@ -15,7 +15,7 @@ CREATE TABLE Users (
pssword varchar(99) NOT NULL,
creation date NOT NULL,
is_admin boolean NOT NULL,
CONSTRAINT unique_col UNIQUE (username, email, phone)
CONSTRAINT unique_col UNIQUE (username, email)
);