CREATE TABLE `namelogs` ( `userid` int(5) NOT NULL default '0', `username` longtext NOT NULL, `time` int(12) NOT NULL default '0' ) TYPE=MyISAM;