Added revoked token table
This commit is contained in:
5
migrations/20250312172645_revoked_table.sql
Normal file
5
migrations/20250312172645_revoked_table.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE IF NOT EXISTS revoked (
|
||||
'token_id' INTEGER NOT NULL,
|
||||
'user_id' VARCHAR NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user