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
use Illuminate\Support\Facades\Schema; //AppServiceProvider.php public function boot(){ Schema::defaultStringLength(191); } //rollback your migration or delete all table from database then migrate again.