All foreign keys added and removed despite no changes #1557
Unanswered
OD1995
asked this question in
Usage Questions
Replies: 1 comment 17 replies
-
Hi - what version of MySQL and how is it configured? if an older version of MySQL you might be defaulting to the MyISAM engine which will not have the FK definitions. or there might be some casing convention in play that is confusing the comparison of keys. need to know exact MySQL version |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
No changes made to the table but commands are autogenerated to drop and then create foreign keys
Expected behavior
No changes made to the table so the commands to drop and then create foreign keys shouldn't have been autogenerated
To Reproduce
Competitions.py
autogenerated migration
Versions.
Beta Was this translation helpful? Give feedback.
All reactions