what are idx_<pattern> indexes in tables and how they are generated or can be checked automatically? #51111
Unanswered
gab-chromatix
asked this question in
Q&A
Replies: 1 comment
-
They come from |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Laravel (framework) version 10.48.8 and I was wondering when I try to get the table indexes using Schema::getIndexListing($table) it shows additional indexes that are autogenerated (idx_) but I didn't set it up in my migration script.
I'm executing this in my Unit test with sqlite as database.
Example migration script:
Output for Schema::getIndexListing('contacts'):
Beta Was this translation helpful? Give feedback.
All reactions