Sha256: 1ddb58c4e1a4d0f51dac199f5859bf05c9bddff4a96fcbea84396553cbc9cfd4
Contents?: true
Size: 444 Bytes
Versions: 39
Compression:
Stored size: 444 Bytes
Contents
class CreateC80ItemProps < ActiveRecord::Migration def change create_table :c80_estate_item_props, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :value t.references :area, index: true # t.references :property, index: true t.references :prop_name, index: true t.timestamps null: false end # add_foreign_key :c80_item_props, :areas # add_foreign_key :c80_item_props, :prop_names end end
Version data entries
39 entries across 39 versions & 1 rubygems