Sha256: c397eac6d2866ab5ca05db130399155824a907f0240f6c20aa22b0cb65864dfa
Contents?: true
Size: 396 Bytes
Versions: 82
Compression:
Stored size: 396 Bytes
Contents
class AddFieldsToTransplantRecipientWorkup < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :transplant_recipient_followups, :graft_function_onset, :string add_column :transplant_recipient_followups, :last_post_transplant_dialysis_on, :date add_column :transplant_recipient_followups, :return_to_regular_dialysis_on, :date end end end
Version data entries
82 entries across 82 versions & 1 rubygems