alter table token add column last_used_at text not null; update token set last_used_at = issued_at;