Error de migración de Laravel
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
Handsome Hawk
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
Schema::defaultStringLength(191);
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',