CREATE TABLE IF NOT EXISTS game ( id text PRIMARY KEY, code text UNIQUE, display_session text NOT NULL, control_session text, current_player integer, active boolean not null );