innodb - Why do MySQL foreign key constraint names have to be unique? -


i've noticed can't create 2 different foreign key constraints have same name, regardless of set of tables in schema they're affecting.

which can cope that, couldn't find in mysql documentation says case, nor why case. i'm using innodb, maybe it's specific that, i'm not finding documented either.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -