Sha256: fea98898c66b056197fb074261b256be289bd79c632d05a257b491701f56f454
Contents?: true
Size: 281 Bytes
Versions: 42
Compression:
Stored size: 281 Bytes
Contents
class AddColsToHDPatientStatistics < ActiveRecord::Migration[5.1] def change add_column :hd_patient_statistics, :pathology_snapshot, :jsonb, index: { using: :gin }, default: {}, null: false end end
Version data entries
42 entries across 42 versions & 1 rubygems