create table strava_tokens ( username varchar not null primary key references users(username), refresh_token varchar(64) not null, access_token varchar(64) not null, expires_at timestamptz not null );