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
bb34da8c
Commit
bb34da8c
authored
May 23, 2019
by
Gaetan Carabetta
Browse files
update mld
parent
d13c3712
Changes
1
Hide whitespace changes
Inline
Side-by-side
mld/MLD_RO
0 → 100644
View file @
bb34da8c
type typ_traitement : <debut: date, duree: int, nbJournalier: int, veterinaire: str, medicament: str>
type col_traitement : collection de typ_traitement
type col_numero : collection de integer
classes : (#classe_espece : str)
especes : (#espece : str, classe=>classes(classe_espece))
clients : (#id_client : Int, nom : Str, prenom : Str, ddn : date, adresse : Str, numero : col_numero)
animal : (#id_animal : Int, nom : Str, poids : Float, Taille : Float, ddn : date, traitements : col_traitement, client=>clients(id_client), espece=>especes(nom_espece))
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