Sha256: 735f80bca7c3946677e76a8a35f874c8ff28c138d106357f0ffffc9e852d8bde
Contents?: true
Size: 266 Bytes
Versions: 19
Compression:
Stored size: 266 Bytes
Contents
class CreateOptionValuesVariants < ActiveRecord::Migration def up create_table :option_values_variants, :id => false do |t| t.integer :option_value_id t.integer :variant_id end end def down drop_table :option_values_variants end end
Version data entries
19 entries across 19 versions & 1 rubygems