Sha256: f3e82aaf8330907836a91c4effbe1c80cc49e5f19f4b47f4a97f68e7bb17651a
Contents?: true
Size: 208 Bytes
Versions: 98
Compression:
Stored size: 208 Bytes
Contents
class AddSentToUKRDCAtToPatients < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_column :patients, :sent_to_ukrdc_at, :datetime, index: true, null: true end end end
Version data entries
98 entries across 98 versions & 1 rubygems