In appProvidersAppServiceProvider.php File // Add use IlluminateSupportFacadesSchema; public function boot() { // Add In boot function Schema::defaultStringLength(191); }