oops
This commit is contained in:
parent
76cf1bb0d5
commit
876d6c489d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ CREATE TABLE arimelody.account (
|
|||
password TEXT NOT NULL,
|
||||
email TEXT,
|
||||
avatar_url TEXT,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT current_timestamp
|
||||
created_at TIMESTAMP NOT NULL DEFAULT current_timestamp,
|
||||
fail_attempts INT NOT NULL DEFAULT 0,
|
||||
locked BOOLEAN DEFAULT false,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue