IndexAttribute

Specifies that the member/column should have an index created on it. If unique is set, it well be a unique index.

package
struct IndexAttribute {
bool unique;
}

Meta