-
Hi everyone, I have a question about the foreign key index generation during database migrations because I noticed some strange behaviour. Question: Are the foreign key indices during database migration only created when the database table has not been created yet, so only during the Background: Update: Steps to reproduce (use sqlite database):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found my answer in this Stackoverflow answer: https://stackoverflow.com/a/1884841/13791215 |
Beta Was this translation helpful? Give feedback.
I found my answer in this Stackoverflow answer: https://stackoverflow.com/a/1884841/13791215