Sha256: 9a0d5b3d29bb40aa728a0e6e43e22c4b9299f0770ab4a40aeb904c5d6f792c55
Contents?: true
Size: 281 Bytes
Versions: 95
Compression:
Stored size: 281 Bytes
Contents
class AddInfoToHospitalCentres < ActiveRecord::Migration[5.2] def change add_column :hospital_centres, :info, :text, null: true add_column :hospital_centres, :trust_name, :string, null: true add_column :hospital_centres, :trust_caption, :string, null: true end end
Version data entries
95 entries across 95 versions & 1 rubygems