Sha256: c01dedfcfec681d66b6c33053edab3a4989ef6eecd6d8e3f662b9dce9eb1f0a1
Contents?: true
Size: 368 Bytes
Versions: 35
Compression:
Stored size: 368 Bytes
Contents
class AddClinicalBodyCompositionCols < ActiveRecord::Migration[5.2] def change within_renalware_schema do create_enum :clinical_body_composition_pre_post_hd, %w(pre post) change_table :clinical_body_compositions do |t| t.enum :pre_post_hd, enum_name: :clinical_body_composition_pre_post_hd t.float :weight end end end end
Version data entries
35 entries across 35 versions & 1 rubygems