//Add in app/Providers/AppServiceProvider.php : use IlluminateSupportFacadesSchema; public function boot() { Schema::defaultStringLength(191); }