diff --git a/src/sql/table.sql b/src/sql/table.sql index ecc232159955b51ec160fa046597a4830b4b19ae..acfd959a0992227c9b26052bf997cc03f61be9d9 100644 --- a/src/sql/table.sql +++ b/src/sql/table.sql @@ -19,6 +19,8 @@ Create TABLE IF NOT EXISTS film Create TABLE IF NOT EXISTS Utilisateur ( login varchar(20) not null primary key, + nom varchar(20) not null, + prenom varchar(20) not null, mdp varchar(30) not null, dateNais date not null default (current_date)