Syntax error or access violation: 1071 Specified key was too lo ng; max key length is 1000 bytes (SQL: alter table `model_has_permissions` add index ` code example
Example 1: schema error laravel
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
Example 2: specified key was too long; max key length is 767 bytes (s
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}