open val primaryKeys: List<TableColumn<*>>
The primary key(s) of this table. If specified, the CREATE TABLE will include a PRIMARY KEY section, which has the effect of automatically creating an index. See also InsertStatement.Builder for the variant of insert statements that allows code to get the value of the primary key columns.