Documentation
    Preparing search index...
    sql: "create table IF NOT EXISTS _sc_table_constraints (\n id serial primary key,\n table_id integer not null references _sc_tables(id) on delete cascade, \n configuration jsonb not null,\n type text NOT NULL\n);" = ...