Friday, March 30, 2018

After deleting the file for migration i am left with this message ‘Migration not found’ - development

After deleting the file for migration i am left with this message ‘Migration not found’

I have created by a mistake 2 migrations in my laravel project, using the php artisan make:migration command called 2018_03_30_075929_drop_products_tags_table and 2018_03_30_075242_create_products_tags_table and then i have deleted the files.

Now everything i run the command php artisan migrate:refresh I am get this error

Migration not found: 2018_03_30_075929_drop_products_tags_table
Migration not found: 2018_03_30_075242_create_products_tags_table
...

And i tried to run php artisan migrate:reset, but I am getting the same error. How can I fix this, because it is driving me insane 🙁



from Laravel Questions and Answers https://laravelquestions.com/php/after-deleting-the-file-for-migration-i-am-left-with-this-message-migration-not-found/
via Lzo Media

No comments:

Post a Comment