Sha256: f72fdfa5ff1fa8fc5ef699baae692cfdc0d2c1bd74718cd4b9341f27e90ff5a9
Contents?: true
Size: 471 Bytes
Versions: 15
Compression:
Stored size: 471 Bytes
Contents
class AddSuggestedMeasurementUnitToPathologyObservationDescriptions < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column( :pathology_observation_descriptions, :suggested_measurement_unit_id, :integer, null: true ) add_foreign_key( :pathology_observation_descriptions, :pathology_measurement_units, column: :suggested_measurement_unit_id ) end end end
Version data entries
15 entries across 15 versions & 1 rubygems