Add db-init script for users-table
This commit is contained in:
6
postgres/users.sql
Normal file
6
postgres/users.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
CREATE TABLE users (
|
||||||
|
id uuid,
|
||||||
|
email text,
|
||||||
|
name text,
|
||||||
|
password text
|
||||||
|
);
|
Reference in New Issue
Block a user