-- Your SQL goes here create table sessions ( id bigserial primary key, session_id text not null, user_id bigint not null, auth_date bigint, username text, first_name text, last_name text, photo_url text )