Sha256: 2be035e3d399925b975990360070533027fcd94e0386757851dcf2d0da1aa28c

Contents?: true

Size: 572 Bytes

Versions: 20

Compression:

Stored size: 572 Bytes

Contents

class CreateC80YaxPropNames < ActiveRecord::Migration
  def change
    create_table :c80_yax_prop_names, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title, null: false
      t.boolean :is_normal_price
      t.boolean :is_excluded_from_filtering
      t.references :uom, index: true
      t.references :related, index: true # NOTE:: see forbiz schema.rb:518: "prop_names" t.integer "related" (скорее всего, был забыт _id)
      t.string :regex
      t.string :comment
      t.string :opt
      t.timestamps null: false
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.24 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.23 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.22 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.21 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.20 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.18 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.17 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.16 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.15 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.14 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.13 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.12 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.11 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.10 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.9 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.8 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.7 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.6 db/migrate/20161108095950_create_c80_yax_prop_names.rb
c80_yax-0.1.0.5 db/migrate/20161108095950_create_c80_yax_prop_names.rb