unique property
Whether this index is UNIQUE
, meaning that the database will forbid
multiple rows in the annotated table from having the same values in the
indexed columns.
Implementation
final bool unique;
Whether this index is UNIQUE
, meaning that the database will forbid
multiple rows in the annotated table from having the same values in the
indexed columns.
final bool unique;