https://kotlinlang.org logo
s

Slackbot

03/19/2020, 10:14 AM
This message was deleted.
t

tapac

03/19/2020, 10:24 AM
What exactly doesn't work?
m

Markus Jürgens

03/19/2020, 10:32 AM
In create table command the keyword "Unique" is missing
e

Emil Kantis

03/19/2020, 10:51 AM
can you show the entire command that is output?
m

Markus Jürgens

03/19/2020, 11:05 AM
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