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