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