I ran into this last week. Check your environments to match production vs local, etc.
Hi,
I just run in the same problem to with Heroku.
The command php artisan migrate is in my composer in "post-install-cmd" and by pushing to production I had no chance to type Y or N, the command was cancelled by default.
To bypass that I added the flag --force at the end of "php artisan migrate --force" and everything is working fine.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community