Skip to content

Commit

Permalink
Update init.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaJanda authored Jun 18, 2023
1 parent b8afe90 commit 0ede43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CREATE TABLE Confirmation_token(
created_at TIMESTAMP NOT NULL,
expires_at TIMESTAMP NOT NULL,
confirmed_at TIMESTAMP,
account_id INT Unique,
account_id INT Unique NOT NULL,
FOREIGN KEY (account_id) REFERENCES Accounts(account_id)
);

Expand Down

0 comments on commit 0ede43c

Please sign in to comment.