I use Lumen 5.6 and mysql. when i type \"php artisan migrate\" following error occur:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
Go to config in file database.php then edit
database.php
'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci',
to
'charset' => 'utf8', 'collation' => 'utf8_unicode_ci',