create table wolboard_messages ( id int not null auto_increment PRIMARY KEY, autor_id int not null default 0, created timestamp, deleted timestamp, flags int default 0, text TEXT );