# MySQL dump 8.2 # # Host: localhost Database: syndrome #-------------------------------------------------------- # Server version 3.22.34-shareware-debug # # Table structure for table 'wolboard_messages' # CREATE TABLE wolboard_messages ( id int(11) DEFAULT '0' NOT NULL auto_increment, author_id varchar(32) DEFAULT '0' NOT NULL, created timestamp(14), deleted timestamp(14), flags int(11) DEFAULT '0', text text NOT NULL, PRIMARY KEY (id) );