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