use Illuminate\Support\Facades\Schema; /** * Bootstrap any application services. * * @return void */ public function boot() { Schema::defaultStringLength(191); }
'charset' => 'utf8', 'collation' => 'utf8_unicode_ci',