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 {}

Members

Variables

unique
bool unique;
Undocumented in source.

Meta