uniqueKeys property

  1. @override
List<Set<GeneratedColumn<Object>>> uniqueKeys
override

The unique key of this table. Can be empty if no custom primary key has been specified.

Additional to the Table.primaryKey columns declared by an user, this also contains auto-increment integers, which are primary key by default.

Implementation

@override
List<Set<GeneratedColumn>> get uniqueKeys => const [];