A developer needs to add a new table to the database without disrupting the existing data. The first step they should take is to create a ________.

  • Controller
  • Migration
  • Model
  • View
In CodeIgniter, when adding a new table to the database without disrupting existing data, developers should create a migration. Migrations allow for version control of the database schema, enabling easy management of changes while preserving data integrity.
Add your answer
Loading...

Leave a comment

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