@suluk/drizzle - v0.1.6
    Preparing search index...

    Function tableDDL

    • 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.

      Parameters

      Returns string