Sha256: efdc66474ef83652df3193733c2dc4b63b02c780b82e99305d0dde8576d96a0e
Contents?: true
Size: 237 Bytes
Versions: 172
Compression:
Stored size: 237 Bytes
Contents
class AddCountryOfBirthToPatients < ActiveRecord::Migration[5.1] def change add_column :patients, :country_of_birth_id, :integer, index: true add_foreign_key :patients, :system_countries, column: :country_of_birth_id end end
Version data entries
172 entries across 172 versions & 1 rubygems