CREATE TABLE config_prizes (
id int(11) NOT NULL AUTO_INCREMENT,
position int(11) DEFAULT NULL,
puzzles int(11) DEFAULT NULL,
prompts1 int(11) DEFAULT NULL,
prompts2 int(11) DEFAULT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4;