If you just like me, accidently renaming the migration and then later realise something goes wrong or having some kind of migration error that really makes you want to jump out shouting hardly, this is might be a solution for you.
First just reset your migration.
php artisan migrate: reset
Then browse to your migration tables, suppose to be empty. BUT there will a record left that you can manually delete it.
Then try to migrate again. Hope it will settle your problem. Good luck!
Reference: https://github.com/laravel/framework/issues/2105
Leave a Reply