drop table if exists tokens; create table tokens ( id integer primary key autoincrement, token blob not null unique, entry_time text not null );