1 2 3 4 5 6
drop table if exists entries; create table entries ( id integer primary key autoincrement, title string not null, text string not null );