Sha256: 670b7f414322f461e42890f7e2ca77cdb36087506fe395982ff40c6d50f0b169
Contents?: true
Size: 494 Bytes
Versions: 60
Compression:
Stored size: 494 Bytes
Contents
class AddColumnsToSupportDataMigration < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :admission_admissions, :feed_id, :string, index: true add_column :clinic_appointments, :feed_id, :string, index: true add_reference( :clinic_appointments, :consultant, index: true, foreign_key: { to_table: :renal_consultants } ) add_column :clinic_appointments, :clinic_description, :text end end end
Version data entries
60 entries across 60 versions & 1 rubygems