Case
SQLTableConstraintAlgorithm.primaryKey(columns:)
A
PRIMARY KEY constraint over one or more columns.case primaryKey(columns: [any SQLExpression])
Discussion
Table-level primary key constraints are not associated with auto-increment functionality, and in most dialects, a primary key constraint either has no name at all or always has the same name.
See also SQLColumnConstraintAlgorithm.primaryKey(autoIncrement:).