Skema :: defaultStringlength (199);

use Illuminate\Support\Facades\Schema;
public function boot()
{ //laravel true
  
    Schema::defaultStringLength(191);
}
Clever Chamois