Sha256: 4d64c4134ef3e755650636aa59ef91abad3d43ddd037bc2f541ecff653b291df
Contents?: true
Size: 144 Bytes
Versions: 41
Compression:
Stored size: 144 Bytes
Contents
class AddCodeToHospitalsWards < ActiveRecord::Migration[5.1] def change add_column :hospital_wards, :code, :string, index: true end end
Version data entries
41 entries across 41 versions & 1 rubygems