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