CREATE TABLE IF NOT EXISTS `group_u` ( `user` int(11) NOT NULL DEFAULT'0', `id` int(11) DEFAULT NULL, `time` int(11) NOT NULL, KEY `time`(`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ciROW_FORMAT=FIXED;