I have this table in my database
CREATE TABLE `playersrb` ( `position` numeric(24) DEFAULT NULL, `piece_color` enum(\'B\',\'R\') NOT NULL, `id` numeric(30) DE