Mise à jour de 'script.SQL'

master
Kentin BRONGNIART 7 months ago
parent 5e75dee5e8
commit 38b9017962

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

Loading…
Cancel
Save