CREATE table if not exists sessions ( id integer primary key autoincrement, username text not null, token text not null, expires timestamp null)