CREATE TABLE `searches` ( `id` int(11) NOT NULL auto_increment, `PID` int(11) NOT NULL, `search` text NOT NULL, `ip` text NOT NULL, `choosen` int(11) NOT NULL, `query_time` text NOT NULL, `click_time` text NOT NULL, PRIMARY KEY (`id`) ) AUTO_INCREMENT=1;