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