To roll back a specific migration, the command ________ is used in CodeIgniter.

  • migrate:rollback
  • revert
  • rollback
  • undo
In CodeIgniter, the correct command to roll back a specific migration is migrate:rollback. This command is used to undo the last batch of migrations applied.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *