Sha256: 2f89086ffa318ddb7a0fa88dae1407e0fae440ad17150803b18a782bb66560bc
Contents?: true
Size: 163 Bytes
Versions: 16
Compression:
Stored size: 163 Bytes
Contents
class AddActiveToHospitalWards < ActiveRecord::Migration[5.1] def change add_column :hospital_wards, :active, :boolean, default: true, null: false end end
Version data entries
16 entries across 16 versions & 1 rubygems