|
|
@ -15,6 +15,7 @@ entity "Scientifique" as scientifique {
|
|
|
|
dateNaissance : date
|
|
|
|
dateNaissance : date
|
|
|
|
descriptif : string
|
|
|
|
descriptif : string
|
|
|
|
ratioTrouvee : float
|
|
|
|
ratioTrouvee : float
|
|
|
|
|
|
|
|
sexe: char
|
|
|
|
#idThematique : int
|
|
|
|
#idThematique : int
|
|
|
|
#idDifficulte : int
|
|
|
|
#idDifficulte : int
|
|
|
|
#idSexe : int
|
|
|
|
#idSexe : int
|
|
|
@ -30,11 +31,6 @@ entity "Difficulte" as difficulte {
|
|
|
|
libelle : string
|
|
|
|
libelle : string
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
entity "Sexe" as sexe {
|
|
|
|
|
|
|
|
<u>id : int
|
|
|
|
|
|
|
|
libelle : string
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
entity "Joueur" as joueur {
|
|
|
|
entity "Joueur" as joueur {
|
|
|
|
<u>id : int
|
|
|
|
<u>id : int
|
|
|
|
pseudo : string
|
|
|
|
pseudo : string
|
|
|
@ -94,7 +90,6 @@ invite --> joueur
|
|
|
|
utilisateur --> joueur
|
|
|
|
utilisateur --> joueur
|
|
|
|
utilisateur --> scientifique
|
|
|
|
utilisateur --> scientifique
|
|
|
|
scientifique --> thematique
|
|
|
|
scientifique --> thematique
|
|
|
|
scientifique --> sexe
|
|
|
|
|
|
|
|
scientifique --> difficulte
|
|
|
|
scientifique --> difficulte
|
|
|
|
scientifique --> indice
|
|
|
|
scientifique --> indice
|
|
|
|
question --> reponse
|
|
|
|
question --> reponse
|
|
|
|