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