-- Add migration script here CREATE TABLE IF NOT EXISTS revoked ( 'token_id' INTEGER NOT NULL, 'user_id' VARCHAR NOT NULL )