1CREATE TABLE IF NOT EXISTS "authorisations" ( 2 "id" uuid UNIQUE PRIMARY KEY NOT NULL, 3 "expiry" timestamp NOT NULL DEFAULT (now() + interval '2 hour') 4);