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