CREATE TABLE DDL for one drizzle table (or its already-read metadata). Single-column primary keys only — a
table-level composite primaryKey({columns}) isn't visible on the column-descriptor floor (it needs
dialect-specific getTableConfig, deferred like FK/relation projection); such a table emits its columns without
the composite constraint, so declare those tables' DDL by hand for now.
CREATE TABLEDDL for one drizzle table (or its already-read metadata). Single-column primary keys only — a table-level compositeprimaryKey({columns})isn't visible on the column-descriptor floor (it needs dialect-specificgetTableConfig, deferred like FK/relation projection); such a table emits its columns without the composite constraint, so declare those tables' DDL by hand for now.