Specifies the column as a primary key.
ColumnDefinition primary() { _isPrimary = true; return this; }