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,
|
password TEXT NOT NULL,
|
||||||
email TEXT,
|
email TEXT,
|
||||||
avatar_url 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,
|
fail_attempts INT NOT NULL DEFAULT 0,
|
||||||
locked BOOLEAN DEFAULT false,
|
locked BOOLEAN DEFAULT false,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue