CREATE TABLE `accelgbook` ( `id` int(11) NOT NULL auto_increment, `fullname` varchar(255) NOT NULL default '', `message` text NOT NULL, `country` text NOT NULL, `email` text NOT NULL, `website` text NOT NULL, `date` date NOT NULL, KEY `id` (`id`) ) TYPE=MyISAM AUTO_INCREMENT=49 ; #Sql120640_4