CREATE TABLE IF NOT EXISTS game (
code text PRIMARY KEY,
current_player integer,
player_count integer NOT NULL
);