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.
Loading...
Related Quiz
- What is the primary purpose of the 'application' directory in CodeIgniter?
- To simulate a database in unit tests, CodeIgniter recommends using ________.
- How can you enable profiling in a CodeIgniter application?
- Why is user input validation important in preventing SQL injection?
- When designing a RESTful API in CodeIgniter, what format is typically used to send responses?