dbforge->add_column('logbooks', $fields); } public function down() { $this->dbforge->drop_column('active_logbook', 'logbooks'); } }