Hello, Thanks for your awesome seeder implementation. I've been checking it and using it.
I was wondering if there is a possibility to add a rollback command which would work as the 'downgrade' command in migrations.
This would help to rollback the latest seed so we can modify it and run it again without the need to go into database and clean tables manually.
Also rollback --all would help clear all seeds in case we'd need to run them from scratch
I think i'd be a great improvement.
Thanks!
Hello, Thanks for your awesome seeder implementation. I've been checking it and using it.
I was wondering if there is a possibility to add a rollback command which would work as the 'downgrade' command in migrations.
This would help to rollback the latest seed so we can modify it and run it again without the need to go into database and clean tables manually.
Also rollback --all would help clear all seeds in case we'd need to run them from scratch
I think i'd be a great improvement.
Thanks!