Sha256: 52b9033f023040c0bb9d2b61579c8765a805afe04e6637119cd45fb65e39d8e3
Contents?: true
Size: 522 Bytes
Versions: 177
Compression:
Stored size: 522 Bytes
Contents
class CreateHDPreferenceSets < ActiveRecord::Migration[4.2] def change create_table :hd_preference_sets do |t| t.belongs_to :patient, index: true, foreign_key: true, null: false t.belongs_to :hospital_unit, index: true, foreign_key: true t.string :schedule t.string :other_schedule t.date :entered_on t.text :notes t.belongs_to :created_by, index: true, null: false t.belongs_to :updated_by, index: true, null: false t.timestamps null: false end end end
Version data entries
177 entries across 177 versions & 1 rubygems