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

    Type Alias AnyTable

    AnyTable: Parameters<typeof getTableColumns>[0]

    Any drizzle table object accepted by getTableColumns/getTableName. We stay structural — the concrete dialect type (SQLite/Pg/MySQL) is irrelevant here; we only read the column descriptor surface.