Sha256: 5da89244d2e75f39651c7c657140a5bb28e57e14cb8e2db1fef96065dab05e8e

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

class CreateComableVariantsOptionValues < ActiveRecord::Migration
  def change
    create_table :comable_variants_option_values do |t|
      t.references :variant, null: false, index: true
      t.references :option_value, null: false, index: true
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
comable-core-0.7.1 db/migrate/20150823073250_create_comable_variants_option_values.rb
comable-core-0.7.0 db/migrate/20150823073250_create_comable_variants_option_values.rb
comable-core-0.7.0.beta2 db/migrate/20150823073250_create_comable_variants_option_values.rb
comable-core-0.7.0.beta1 db/migrate/20150823073250_create_comable_variants_option_values.rb