Jump to content

blog data model


hamza

Recommended Posts

  • 2 weeks later...

I wouldn't store the article ID in the category table. I would store the cat_id in the articles table along with the article.

 

You might also want to add a timestamp or datetime field to your comments table.

 

Also not sure why you have an archives table. If you want to mark an article as archived, simply create a trigger field in the articles table. (or simply auto archive based on age of the article) You have the date in the articles table already, so you don't need an archives table.

Link to comment
https://forums.phpfreaks.com/topic/180696-blog-data-model/#findComment-960748
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.