create table messages ( id integer primary key autoincrement, subject text not null, sender text not null, reply_to int, text text not null );