create table BBSSTATE ( stateid UNSIGNED INT NOT NULL AUTO_INCREMENT PRIMARY key, state VARCHAR(45) not null default 1,);