Skip to content

Case

SQLColumnConstraintAlgorithm.unique

A UNIQUE column constraint, also called a unique key.
case unique

Discussion

In most SQL dialects, a UNIQUE constraint also implies the presence of an index over the constrained column.

See also SQLTableConstraintAlgorithm.unique(columns:).