Beginning implementation of the planned API endpoints.
This commit is contained in:
@ -4,7 +4,7 @@ create extension if not exists "uuid-ossp";
|
||||
create table "users" (
|
||||
id uuid default uuid_generate_v4() primary key,
|
||||
display_name varchar not null,
|
||||
email varchar not null,
|
||||
email varchar not null unique,
|
||||
hashed_pwd varchar not null
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user