CREATE TABLE `bann_chat` ( `id` int(11) NOT NULLAUTO_INCREMENT, `user_id` int(11) NOT NULL, `text` text, `time` int(11)NOT NULL, PRIMARY KEY (`id`) )ENGINE=MyISAM DEFAULT CHARSET utf8;