db->field_exists('active_station_logbook', 'users')) { $this->dbforge->add_column('users', $fields); } } public function down() { $this->dbforge->drop_column('users', 'active_station_logbook'); } }