Schéma :: defultString Larvel

1 ) go to app\Providers\AppServiceProvider.php

2 ) use Illuminate\Support\Facades\Schema;


3 )    
public function boot()
    {
        Schema::defaultStringLength(191);
    }
Mohamad