Sha256: c97dce4e153b192b809b93a04c89c6f24a82097445a0ab1103a67bf06eb28f07
Contents?: true
Size: 172 Bytes
Versions: 177
Compression:
Stored size: 172 Bytes
Contents
class AddAllergyStatusUpdatedAtToPatients < ActiveRecord::Migration[4.2] def change add_column :patients, :allergy_status_updated_at, :datetime, null: true end end
Version data entries
177 entries across 177 versions & 1 rubygems