generated from VLADIMIR/template
add scenarios methods
This commit is contained in:
@@ -6,6 +6,7 @@ CREATE TABLE
|
||||
expires_at TIMESTAMP NOT NULL,
|
||||
jti VARCHAR(255) NOT NULL UNIQUE,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT NOW (),
|
||||
|
||||
CONSTRAINT fk_user FOREIGN KEY (user_id) REFERENCES users (id) ON DELETE CASCADE
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user