check if
'mysql' => [
...,
...,
'engine' => env('DB_ENGINE', 'InnoDB'),
]
or
InnoDB ROW_FORMAT=DYNAMIC solve the problem,
if still error, try accepted answer about Schema::defaultStringLength(191);
Archives for My Lazy and Forgetful Mind
check if
'mysql' => [
...,
...,
'engine' => env('DB_ENGINE', 'InnoDB'),
]
or
InnoDB ROW_FORMAT=DYNAMIC solve the problem,
if still error, try accepted answer about Schema::defaultStringLength(191);