sql: "create table IF NOT EXISTS _sc_pages (\n id serial primary key,\n name text NOT NULL,\n title text NOT NULL,\n description text NOT NULL,\n min_role integer NOT NULL references _sc_roles(id),\n layout jsonb not null,\n fixed_states jsonb not null\n);" = ...