# SQL changes from 1.1 to 1.2 # # Table structure for table `repeatoffenders` # CREATE TABLE repeatoffenders ( repeatid int(11) NOT NULL auto_increment, address varchar(15) NOT NULL default '', level int(11) NOT NULL default '0', time int(11) NOT NULL default '0', PRIMARY KEY (repeatid) ) TYPE=MyISAM COMMENT='Repeat Offender IP Addresses'; # --------------------------------------------------------