Sha256: 58b4a4797ff2c2b08598b30c00fe47a2c6bc33f8091c4a0831b3eb0c42623ed7
Contents?: true
Size: 373 Bytes
Versions: 40
Compression:
Stored size: 373 Bytes
Contents
class CreateC80PropNames < ActiveRecord::Migration def change create_table :c80_estate_prop_names, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.boolean :is_normal_price t.boolean :is_excluded_from_filtering t.references :uom, index: true t.timestamps end # add_foreign_key :c80_sass_seo_sites, :owners end end
Version data entries
40 entries across 40 versions & 1 rubygems