Use string instead of ID type
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
CREATE TABLE users (
|
||||
id uuid,
|
||||
id char(26),
|
||||
email text,
|
||||
name text,
|
||||
password text
|
||||
|
Reference in New Issue
Block a user