Documentation
    Preparing search index...
    sql_pg: "CREATE UNLOGGED TABLE IF NOT EXISTS _sc_notifications (\n id serial primary key,\n created timestamptz NOT NULL,\n title text not null,\n body text,\n link text,\n user_id int references users(id) not null,\n read boolean not null\n);" = ...