CREATE TABLE `banned` ( `ID` int(11) NOT NULL auto_increment, `IP` varchar(50) default NULL, `HITS` bigint(20) default NULL, PRIMARY KEY (`ID`) )