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