MySQL multiple fields foreign key referencing to single field
I have languages table which looks like that:
-id
-name
-iso
and in multiple tables I need to reference this iso field as foreign key.
The problem is, I can't do it even if I give completely unique FK names.
What is problem?
No comments:
Post a Comment