andriangungon
1/23/2018 - 3:13 AM

Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

This is error in laravel 5.4

use Illuminate\Support\Facades\Schema;

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