MYSQL - One Column Referenced to Multiple Table
问题 Can a single column in a table can be referenced to multiple tables? 回答1: A very late answer, but for whoever is wondering & googeling. YES this can be done, but it is NOT good practice and even though it is quite simple, it will probably blow up in your face if you're not very aware of what you are doing. Not recommended. However, I can see uses. For instance, you have a large table of millions of records, and you want in exceptional cases link to unknown or multiple tables (in which case it