0

I am trying to upgrade laravel application from 5.5 to 5.6 in the documentation, regarding database modification, in Index Order Of Morph Columns section, it was mentioned that

If the application is in production, you should pass an explicit index name to the morphs method.

What kind of modification should I do there?

Thanks!

Kenana Reda
  • 430
  • 1
  • 9
  • 24
  • 1
    *you may receive an error when attempting to run the migration's down method* so in your migration `down` method when dropping the morph index you need to explicitly pass the index name. – apokryfos Aug 20 '21 at 20:22
  • Thanks for answering, unfortunately, I didn't get it @apokryfos, I didn't get what should I do in the down method, Could you provide a sample? – Kenana Reda Aug 20 '21 at 20:49

0 Answers0