dbforge->add_column('api', $user_fields); } public function down() { $this->dbforge->drop_column('api', 'description'); } }