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