From 85bbe1a06e07da4dbe6352ee55ccedf7688cba1c Mon Sep 17 00:00:00 2001 From: MALLET BASTIEN p2306273 <bastien.mallet@etu.univ-lyon1.fr> Date: Sat, 4 Nov 2023 17:30:01 +0000 Subject: [PATCH] Changement taille mdp --- src/sql/table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/table.sql b/src/sql/table.sql index a5eeaea..4a29af4 100644 --- a/src/sql/table.sql +++ b/src/sql/table.sql @@ -21,7 +21,7 @@ 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, + mdp varchar(100) not null, dateNais date not null default (current_date) ); -- GitLab