# MySQL dump 8.2 # # Host: localhost Database: syndrome #-------------------------------------------------------- # Server version 3.22.34-shareware-debug # # Table structure for table 'wolboard_users' # CREATE TABLE wolboard_users ( id int(11) DEFAULT '0' NOT NULL auto_increment, nick varchar(32) DEFAULT '' NOT NULL, email varchar(64) DEFAULT '' NOT NULL, pass varchar(32) DEFAULT '' NOT NULL, state int(11) DEFAULT '1' NOT NULL, PRIMARY KEY (id) );