I am working on migrations in Cakephp3, I want to rollback a specific migration, I know how to rollback a previous migration by using the follow way:
bin/cake migrations rollback
But I couldn't find a way to rollback a specific migration.
Note: I am using phinx
plugin for database migrations.
Finally i got the answer,
here we go
bin/cake migrations rollback -t <version>
Thanks Anyways to SO :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With