Documentation
    Preparing search index...
    sql_pg: "CREATE UNLOGGED TABLE IF NOT EXISTS _sc_event_log (\n id serial primary key,\n event_type text NOT NULL,\n channel text,\n occur_at timestamp not null,\n user_id int,\n payload jsonb\n);" = ...