uniqueConstraints property
A list of SupabaseIndexInfo objects representing the unique constraints on this table. This is typically derived from unique indexes.
Implementation
final List<SupabaseIndexInfo> uniqueConstraints;
A list of SupabaseIndexInfo objects representing the unique constraints on this table. This is typically derived from unique indexes.
final List<SupabaseIndexInfo> uniqueConstraints;