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