-3

enter image description here Create a table in Laravel, when trying to migrate, this error occurs to me, someone can help me

Error trying to migrate with Laravel

1 Answers1

0

try put in your app/Providers/AppServiceProvider.php

 public function boot()
    {
        \Schema::defaultStringLength(191);
    }
aditiadika
  • 98
  • 4