Sha256: 41fb01a790b20c3702daa3f89d88c3bdb01dc0f285e4eb770895e155a36d3e4f
Contents?: true
Size: 328 Bytes
Versions: 177
Compression:
Stored size: 328 Bytes
Contents
class CreateTransplantDonorWorkups < ActiveRecord::Migration[4.2] def change create_table :transplant_donor_workups do |t| t.belongs_to :patient, index: true, foreign_key: true t.jsonb :document t.timestamps null: false end add_index :transplant_donor_workups, :document, using: :gin end end
Version data entries
177 entries across 177 versions & 1 rubygems