You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using long struct/table-names, the generated foreign key name has more than 64 characters.
Feature is that it cuts automatically alle Foreign key names longer 64 characters.
Maybe it cuts off after 58 characters and appends a 5-character random string.
Motivation
No problems with auto migrate and foreign key constrains.
Related Issues
The text was updated successfully, but these errors were encountered:
Describe the feature
If you are using long struct/table-names, the generated foreign key name has more than 64 characters.
Feature is that it cuts automatically alle Foreign key names longer 64 characters.
Maybe it cuts off after 58 characters and appends a 5-character random string.
Motivation
No problems with auto migrate and foreign key constrains.
Related Issues
The text was updated successfully, but these errors were encountered: