Thursday, February 22, 2024

Blog Database

I made a Database for a blog website. The blog has users and each user can have blogs, each blog can have many entries and each entry can have multiple content.

Each user has multiple permit types.

The address of each user is stored in the database as well.




I made the Relational Model using the Conceptual Model, and it has the tables with the relationships represented as foreign ids.



Then I digitalized the database with MySQL:







You can look at the database here:

No comments:

Post a Comment