# AppServiceProvider.php use IlluminateSupportFacadesSchema; public function boot() { Schema::defaultStringLength(191); }