Sha256: 26d591a71d981147f61713b2fb0d77b938112529a977b1db19ed8826ebc62b1e
Contents?: true
Size: 185 Bytes
Versions: 98
Compression:
Stored size: 185 Bytes
Contents
class AddCodeToHospitalsWards < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_column :hospital_wards, :code, :string, index: true end end end
Version data entries
98 entries across 98 versions & 1 rubygems