Skip to content
Snippets Groups Projects
Commit f07409b9 authored by DUCRUET THIBAULT p2306959's avatar DUCRUET THIBAULT p2306959
Browse files

mise à jour table Utilisateur

parent 2fcfd8ab
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ Create TABLE IF NOT EXISTS film ...@@ -19,6 +19,8 @@ Create TABLE IF NOT EXISTS film
Create TABLE IF NOT EXISTS Utilisateur Create TABLE IF NOT EXISTS Utilisateur
( (
login varchar(20) not null primary key, login varchar(20) not null primary key,
nom varchar(20) not null,
prenom varchar(20) not null,
mdp varchar(30) not null, mdp varchar(30) not null,
dateNais date not null default (current_date) 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