0

By default the laravel migrations table is using MYIsam engine. I have changed engine in config/database.php to InnoDB and all my other tables except migrations uses InnoDB

Marcin Nabiałek
  • 109,655
  • 42
  • 258
  • 291
Chris Muench
  • 17,444
  • 70
  • 209
  • 362

1 Answers1

0

I've verified it now in my app, and all tables have InnoDB storage engine (including migrations table). Backup your database, remove migrations and see if it will be created now with InnoDB engine

Marcin Nabiałek
  • 109,655
  • 42
  • 258
  • 291