Closed binarweb closed 2 years ago
This isn't supported in lumen. Please use Laravel if you need this. Thanks.
What is not supported in Lumen?
Dumping migrations
Now I see that the mysql-schema.dump
does not exist in original laravel/lumen repo.
How did it end up in my project then?
Description:
Running the
artisan migrate
drops the requiredmigrations
table prior to running the actual migrations.The problem is the
mysql-schema.dump
file. If I rename/remove this file, the migrations run ok.Steps To Reproduce:
artisan migrate:install
artisan migrate
The following error appears: