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
Post a Comment