1 2 3 4 5 6
create table sessions ( id integer primary key autoincrement, user_id integer, token text unique not null );