This message was deleted.
# exposed
s
This message was deleted.
t
What exactly doesn't work?
m
In create table command the keyword "Unique" is missing
e
can you show the entire command that is output?
m
Copy code
CREATE TABLE IF NOT EXISTS users (id SERIAL PRIMARY KEY, "name" VARCHAR(50) NOT NULL, "password" VARCHAR(244) NULL)
Found the solution thanks