Schema::defultString larvel

Code Example - Schema::defultString larvel

                
                        1 ) go to app\Providers\AppServiceProvider.php

2 ) use Illuminate\Support\Facades\Schema;


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