Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
97d9700a
Commit
97d9700a
authored
May 30, 2019
by
Osvaldo Valdivia Salas
Browse files
numeros de téléphone : string
parent
8f081c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mld/MLD_OO
View file @
97d9700a
...
...
@@ -10,7 +10,7 @@ Assistant(
prenom: string,
ddn: date,
adresse:string,
numero:
entier
,
numero:
string
,
)
avec (nom,prenom,ddn) key ,(adresse,numero) NOT NULL, 0000000000 < numero < 0799999999
...
...
@@ -20,7 +20,7 @@ Veterinaire(
prenom: string,
ddn: date,
adresse:string,
numero:
entier
,
numero:
string
,
specialite =>o tClasseEspece
)
...
...
@@ -90,7 +90,7 @@ Client(
prenom: string,
ddn: date,
adresse:string,
numero:
entier
,
numero:
string
,
animaux:ListeRefAnimal
)
avec (nom,prenom,ddn,adresse,numero) NOT NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment