CREATE table if not exists settings ( id integer primary key autoincrement, setting text not null, value text null)