From 3c3e01e1c07575d151ddda047782e5fea34695d0 Mon Sep 17 00:00:00 2001 From: Prater-12 <112401585+Prater-12@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:41:39 +0530 Subject: [PATCH] Update DB_Diagram.md --- backend/DB_Diagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/DB_Diagram.md b/backend/DB_Diagram.md index 7a8a995..7eeb43b 100644 --- a/backend/DB_Diagram.md +++ b/backend/DB_Diagram.md @@ -1,7 +1,7 @@ # Database Entity Relationship Diagram > An entity–relationship model (or ER model) describes interrelated things of interest in a specific domain of knowledge. A basic ER model is composed of entity types (which classify the things of interest) and specifies relationships that can exist between entities (instances of those entity types). - Wikipedia -This is a diagram that shows the current database schema, generated based on the app's models. +This is a diagram that shows the current database schema, generated based on the project's models. ```mermaid ---