create table wolboard_users ( id int NOT NULL auto_increment PRIMARY KEY, nick varchar(32), email varchar(64), state int default 1 );