db->field_exists('prop_mode', 'cat')) { $fields = array( 'prop_mode VARCHAR(10) DEFAULT NULL', ); $this->dbforge->add_column('cat', $fields, 'sat_name'); } } public function down() { $this->dbforge->drop_column('cat', 'propmode'); } }