Skip to content

Commit

Permalink
[Fix] Update V2__add_jwt.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 authored Sep 5, 2024
1 parent 6d30c8e commit 56be2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ CREATE TABLE refresh_token (
id CHAR(36) NOT NULL PRIMARY KEY,
user_id BIGINT NOT NULL,
expired_at TIMESTAMP(0) NOT NULL,
FOREIGN KEY (user_id) REFERENCES user (id)
FOREIGN KEY (user_id) REFERENCES users (id)
);

0 comments on commit 56be2c7

Please sign in to comment.