CREATE TABLE `playersrb` ( `position` numeric(24) DEFAULT NULL, `piece_color` enum(\'B\',\'R\') NOT NULL, `id` numeric(30) DEFAULT NULL, `last_action` timestamp NOT