You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
334 B

-- CREATE TABLE IF NOT EXISTS `open` (
-- `id` int(11) NOT NULL AUTO_INCREMENT,
-- `card` varchar(255) NOT NULL,
-- `host` varchar(255) NOT NULL,
-- PRIMARY KEY (`id`)
-- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- INSERT INTO `open` set card='[0,0,0,1,1]', host='1';
-- INSERT INTO `open` set card='[0,0,0,1,2]', host='2';