Documentation
    Preparing search index...
    sql: "create table IF NOT EXISTS _sc_errors (\n id serial primary key,\n stack text NOT NULL,\n message text NOT NULL,\n occur_at timestamp not null,\n tenant text NOT NULL,\n user_id int,\n url text not null,\n headers jsonb not null\n);" = ...