drop table if exists votes; create table votes ( id integer primary key autoincrement, title string not null, description string not null, date datetime not null );