Relation to multiple tables of different types for rating?
- by Tronic
i have a table structure like this
Products
Team
Images
and want to implement a rating/commenting-feature, where users can rate each entry of all tables. what's the best way to make a single rating table? e.g. a user votes a a product and a team entry, and it should be possible to get alle these entries from a single table. what kind of table-structure is best for this purpose?
i hope, my questions is clear enough :/
thanks in advance!