Skip to content

Commit

Permalink
Update DB_Diagram.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prater-12 committed Oct 29, 2023
1 parent 8607bd3 commit 3c3e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/DB_Diagram.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down

0 comments on commit 3c3e01e

Please sign in to comment.