dbforge->add_column('station_profile', $fields); } public function down() { $this->dbforge->drop_column('station_profile', 'station_sig'); $this->dbforge->drop_column('station_profile', 'station_sig_info'); } }