CREATE TABLE `gateways` ( `ID` int(11) NOT NULL auto_increment, `Title` varchar(200) default NULL, `Description` text, `Code` text, `Form` text, PRIMARY KEY (`ID`) ) AUTO_INCREMENT=3 ;