CREATE TABLE "auth_request_2" ( id TEXT NOT NULL PRIMARY KEY, client_id TEXT NOT NULL, backend_id TEXT NOT NULL, scopes blob NOT NULL, -- list of strings, json-encoded redirect_uri TEXT NOT NULL, state TEXT NOT NULL, nonce TEXT NOT NULL, response_type TEXT NOT NULL, CREATION_TIME timestamp NOT NULL );