CREATE TABLE IF NOT EXISTS email_rule ( id integer NOT NULL GENERATED ALWAYS AS IDENTITY, sort_order integer NOT NULL, rule jsonb NOT NULL );