Mise à jour de 'README.md'
continuous-integration/drone/push Build is passing Details

master
Corentin RICHARD 6 months ago
parent cc33e821ee
commit 77a3ac902c

@ -49,6 +49,7 @@ classDiagram
Post "n" <-- "1" Profil : publish
Tags "n" --> "n" Post : Have
Profil "n" -- "n" Profil : Follow
Commentary "1" <-- "n" Profil : Emit
```
@ -89,6 +90,7 @@ classDiagram
_id_ BIGINT
text TEXT
#post
#profil
}
class Follow{
@ -102,6 +104,7 @@ classDiagram
Profil <-- Follow
Profil <-- Follow
Post --> Tagging
Commentary --> Profil
```

Loading…
Cancel
Save