Sha256: db65bd792a5e9af2c312efcbbd9aadaab3a0bb1d54701a1142df8cead3240156
Contents?: true
Size: 216 Bytes
Versions: 16
Compression:
Stored size: 216 Bytes
Contents
class AddNotations < ActiveRecord::Migration 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
16 entries across 16 versions & 1 rubygems