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