Skip to content
Snippets Groups Projects
Commit 85bbe1a0 authored by MALLET BASTIEN p2306273's avatar MALLET BASTIEN p2306273
Browse files

Changement taille mdp

parent 2bf6a0d5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment