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