if add composite primary/unique key index, migration missing one foreign key index #34847
-
Description:if add composite primary/unique key index and with two foreign key index Steps To Reproduce:pivot table migration:
The index showing in phpMyAdmin / HeidiSQL is:
The expected index should be:
If remove the composite primary/unique key index, it show the correct both index:
|
Beta Was this translation helpful? Give feedback.
Answered by
paulocuambe
Oct 29, 2020
Replies: 2 comments
-
I think this is not supported check this comment in a related issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
paul38467
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is not supported check this comment in a related issue.