Sha256: b320c2ed99d42737a57464adbd6dbebeb9406a1e654b85e30679ad50ae98163b
Contents?: true
Size: 217 Bytes
Versions: 177
Compression:
Stored size: 217 Bytes
Contents
class AddColumnsToPatientEthnicities < ActiveRecord::Migration[5.0] def change add_column :patient_ethnicities, :cfh_name, :string, index: true add_column :patient_ethnicities, :rr18_code, :string end end
Version data entries
177 entries across 177 versions & 1 rubygems