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