Merge branch 'master' of https://codefirst.iut.uca.fr/git/Assasymfony/Fukashitapi
continuous-integration/drone/push Build is passing Details

master
Corentin RICHARD 11 months ago
commit cc33e821ee

@ -90,11 +90,17 @@ classDiagram
text TEXT text TEXT
#post #post
} }
class Follow{
#_follower_ BIGINT
#_followed_ BIGINT
}
Post <-- Commentary Post <-- Commentary
Post --> Profil Post --> Profil
Tags --> Tagging Tags --> Tagging
Profil <-- Profil Profil <-- Follow
Profil <-- Follow
Post --> Tagging Post --> Tagging
``` ```

Loading…
Cancel
Save