Various similar questions have been asked but they either aren't the same or I cannot understand the answers. So very simply please......I have various tables that have a comments field, which may contain multiple comments. Clearly the way forward is to reference a Comments table. I'm OK with that. But I can't visualize how 2 or more tables can share the same Comments table and to have Table1Comments, Table2Comments etc seems crazy. I am using phpMyAdmin and if I share the same name, it's not unique and fails.
How do I modify the following so that Table1 and Table2 both store comments in Comments?
[Table1: *table1ID]
[Table2: ?table2ID]?
[Comments: commentID, *table1ID, comment, date]
LittleC says he does this himself in this post Foreign key referring to primary keys across multiple tables? but I can't understand the answer!
Please don't close because it similar to others because I have reached an impass and need help! Thanks