From 6b6875edd050372b1dd47609971e91c86e4f4e36 Mon Sep 17 00:00:00 2001 From: Corentin RICHARD Date: Thu, 23 May 2024 00:36:41 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd7d28..208d7b7 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,17 @@ classDiagram text TEXT #post } + + class Follow{ + #_follower_ BIGINT + #_followed_ BIGINT + } Post <-- Commentary Post --> Profil Tags --> Tagging - Profil <-- Profil + Profil <-- Follow + Profil <-- Follow Post --> Tagging ```