Sha256: b96ff7913f65c50c5b63bd0138c76c16362ea6c5cc211ba9e82deeaac14e80ff

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

class AddNotations < ActiveRecord::Migration[4.2]
  def change
    create_table :notations do |t|
      t.integer 'concept_id'
      t.string 'value', limit: 4000
      t.string 'data_type', limit: 4000
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20130315093255_add_notations.rb
iqvoc-4.14.4 db/migrate/20130315093255_add_notations.rb
iqvoc-4.13.2 db/migrate/20130315093255_add_notations.rb
iqvoc-4.13.0 db/migrate/20130315093255_add_notations.rb