Hi,
I have a few tables: videos/photos/stories/pages and each of which contains a field which is category_id
I'm thinking and since each of them has a category_id to design a single table categories
Categories
ex:
id || title || type
1 album1 1 [photos]
2 fashion 2 [stories]
3 about_pages 3 [pages]
4 album2 1[photos]
Do you consider this database design a correct design with the type field? Or should each table has its own category table (exages_categories, videos_categories, etc....)
Thanks.



ages_categories, videos_categories, etc....)





Bookmarks