DROP TABLE IF EXISTS `ColorTable`; CREATE TABLE `ColorTable` ( int(11) NOT NULL int(11) DEFAULT NULL int(11) DEFAULT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;