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