listAccounts command
This commit is contained in:
parent
be5cd05d08
commit
5e493554dc
6 changed files with 50 additions and 9 deletions
|
@ -16,7 +16,8 @@ CREATE TABLE arimelody.account (
|
|||
username text NOT NULL UNIQUE,
|
||||
password text NOT NULL,
|
||||
email text,
|
||||
avatar_url text
|
||||
avatar_url text,
|
||||
created_at TIMESTAMP DEFAULT current_timestamp
|
||||
);
|
||||
ALTER TABLE arimelody.account ADD CONSTRAINT account_pk PRIMARY KEY (id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue