Thursday, March 9, 2017

How to delete/refresh specific migration in laravel

I am working on a large project which has many migrations. I want to add a column in a table and I don't want to maintain multiple migrations for one table. How can I do that? Is there any way to migrate:refresh for only one migration?



via Md. Omar Sohrab Hossain

Advertisement