Documentation
    Preparing search index...
    sql: "\nCREATE TABLE IF NOT EXISTS _sc_metadata (\n id serial primary key,\n type text NOT NULL,\n name text NOT NULL,\n user_id integer references users(id) on delete cascade,\n written_at timestamp not null,\n body jsonb\n);" = ...