class AddGymToMedicalHistory < ActiveRecord::Migration[6.1]
  def change
    add_column :medical_histories, :gym, :string, default: ""
  end
end
