dénormalisation sexe/scientifique

RepositoryAndroid
Victor SOULIER 1 year ago
parent 3b8f2cd4a5
commit ff05031fd1

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

Loading…
Cancel
Save