scala.slick.driver.JdbcModelComponent.ModelBuilder.Table
Indicates wether a primary key should be generated.
Indicates wether a primary key should be generated. Disabled by default for single column primary keys in favor of ColumnOption PrimaryKey via Column#createPrimaryKeyColumnOption.
(primaryKey: StringAdd).self
(primaryKey: StringFormat).self
(primaryKey: ArrowAssoc[PrimaryKey]).x
(Since version 2.10.0) Use leftOfArrow
instead
(primaryKey: Ensuring[PrimaryKey]).x
(Since version 2.10.0) Use resultOfEnsuring
instead