WIP work on macro-based ORM layer.
This commit is contained in:
@ -5,7 +5,7 @@ create table "users" (
|
||||
id uuid default uuid_generate_v4() primary key,
|
||||
display_name varchar not null,
|
||||
email varchar not null,
|
||||
hashedpwd varchar not null
|
||||
hashed_pwd varchar not null
|
||||
);
|
||||
|
||||
create table "api_tokens" (
|
||||
|
Reference in New Issue
Block a user