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