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