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
a484c61a
Commit
a484c61a
authored
May 09, 2019
by
Oswaldo Aldair Alanis Mayorga
Browse files
Add CONTRIBUTING
parent
78a97eb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
MLD MongoDB
0 → 100644
View file @
a484c61a
Client(#idClient : Int, nom : Str, prenom : Str, dd : Date, adresse : Str, numero : Int )
Medicament(#NomMolec : Str, dateDebut : Date, duration : int, traitement -> Traitement(idTraitement))
Animal(#idAnimal : Int, nom : Str, poids : Float, taille : Float, naissance : Date, Client -> Client(idClient), espece : Str, classe : Str)
Traitements(#idTraitement : Int, Animal->Animal(idAnimal))
Projection(Medicament, Traitement) inclus dans Projection(Traitement, idTraitement)
\ No newline at end of file
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