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