diff --git a/migrations/20250312172645_revoked_table.sql b/migrations/20250312172645_revoked_table.sql index 8209294..d664303 100644 --- a/migrations/20250312172645_revoked_table.sql +++ b/migrations/20250312172645_revoked_table.sql @@ -1,5 +1,6 @@ -- Add migration script here CREATE TABLE IF NOT EXISTS revoked ( 'token_id' INTEGER NOT NULL, - 'user_id' VARCHAR NOT NULL + 'user_id' VARCHAR NOT NULL, + 'expires' INTEGER NOT NULL ) \ No newline at end of file