Can I add a foreign key constraint in MYSQL when the referenced table is actually a view?
Based on the following I might wonder that a table and a view are considered different formats https://stackoverflow.com/a/31183407/1342636
Seems to me this is not allowed, but I have not seen any which actually states it is disallowed.