You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sae_2a_anglais/Project/db/mld.md

650 B

@startuml

card Group [

Group
id
num
year
sector
]

card User [

User
id
password
email
name
surname
nickname
image
extratime
~#groupID
]
User --> Group

card Vocabulary [

Vocabulary
id
name
image
~#creator
]
Vocabulary --> User

card Role [

Role
id
name
]
card Practice [
Practice
--
#vocabID
#groupID
]
Practice --> Vocabulary
Practice --> Group

card Be [

Be
#userID
#roleID
]
Be --> User
Be --> Role

@enduml