BEGIN; CREATE TABLE IF NOT EXISTS sas_keys ( id text NOT NULL, grant bigint NOT NULL, publicKey text DEFAULT '', secretKey text DEFAULT '', type text DEFAULT '', PRIMARY KEY (id) ); COMMIT;