I have a lot of Migrations but I just want to run one. I tried it many times, but every time all the Migrations were run.
Asked
Active
Viewed 83 times
2 Answers
0
put migrations in more folders and run
php artisan migrate --path=/app/database/migrations/new_migrations

Saquib Lari
- 190
- 8