Documentation
    Preparing search index...
    sql_sqlite: "CREATE TABLE _sc_event_log (\n id integer primary key,\n event_type text NOT NULL,\n channel text,\n occur_at timestamp not null,\n user_id int,\n payload json\n);" = ...