-
Notifications
You must be signed in to change notification settings - Fork 0
Forums ~ Entity Relationship Diagram (ERD)
Joshua Monroe edited this page Nov 17, 2023
·
3 revisions
Forums Entity Relationship Diagram (ERD) v1.2
Attributes:
- user name (string)
- first name (string)
- last name (string)
- email (string)
Attributes:
- title (string)
- timestamp (datetime)
Attributes:
- text (string)
- timestamp (datetime)
Attributes:
- title (string)
- category (string)
-
User and Topic
- A user (1) makes many topics (N)
-
User and Post
- A user (1) makes many posts (N)
- Many users (N) like many posts (M)
-
Topic and Post
- Many posts (N) are made in a topic (1)
-
Topic and Forum
- A forum (1) has many topics (N)
-
Tournaments
-
Games
-
Matches
-
API
-
Forums
-
Users & Friending