6 lines
91 B
SQL
6 lines
91 B
SQL
CREATE TABLE users (
|
|
id uuid,
|
|
email text,
|
|
name text,
|
|
password text
|
|
); |