CREATE TABLE game_instances ( id text, game_id text, cart_data text, created_at time, is_official boolean )