Sha256: 2ac09f01ac2eaf8f6cb1169975c6d9378af78d9df0f2cc2a359f56eafbafab15
Contents?: true
Size: 364 Bytes
Versions: 177
Compression:
Stored size: 364 Bytes
Contents
class AddDemographicColumnsToPatients < ActiveRecord::Migration[4.2] def change add_column :patients, :title, :string add_column :patients, :suffix, :string add_column :patients, :marital_status, :string add_column :patients, :telephone1, :string add_column :patients, :telephone2, :string add_column :patients, :email, :string end end
Version data entries
177 entries across 177 versions & 1 rubygems