Sha256: 2e924fc60b852d8681126ab21222bcc85d6fe66436b59a592c3946aa82597e33

Contents?: true

Size: 299 Bytes

Versions: 28

Compression:

Stored size: 299 Bytes

Contents

class CreateProductOptionTypes < ActiveRecord::Migration
  def self.up
    create_table :product_option_types do |t|
      t.integer :product_id
      t.integer :option_type_id
      t.integer :position
      t.timestamps
    end
  end

  def self.down
    drop_table :product_option_types
  end
end

Version data entries

28 entries across 28 versions & 4 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/016_create_product_option_types.rb
spree-enriquez-0.9.4 db/migrate/016_create_product_option_types.rb
spree-0.9.4 db/migrate/016_create_product_option_types.rb
spree-0.9.3 db/migrate/016_create_product_option_types.rb
spree-0.9.2 db/migrate/016_create_product_option_types.rb
spree-0.9.1 db/migrate/016_create_product_option_types.rb
spree-0.9.0 db/migrate/016_create_product_option_types.rb
spree-0.8.4 db/migrate/016_create_product_option_types.rb
spree-0.8.5 db/migrate/016_create_product_option_types.rb
railscart-0.0.3 starter_app/vendor/plugins/railscart/db/migrate/022_create_product_option_types.rb
railscart-0.0.4 starter_app/vendor/plugins/railscart/db/migrate/017_create_product_option_types.rb
spree-0.0.6 starter-app/vendor/plugins/spree/db/migrate/017_create_product_option_types.rb
spree-0.0.5 starter-app/vendor/plugins/spree/db/migrate/017_create_product_option_types.rb
spree-0.0.9 db/migrate/016_create_product_option_types.rb
spree-0.0.8 starter-app/vendor/plugins/spree/db/migrate/017_create_product_option_types.rb
spree-0.0.7 starter-app/vendor/plugins/spree/db/migrate/017_create_product_option_types.rb
spree-0.2.0 db/migrate/016_create_product_option_types.rb
spree-0.4.1 db/migrate/016_create_product_option_types.rb
spree-0.4.0 db/migrate/016_create_product_option_types.rb
spree-0.5.0 db/migrate/016_create_product_option_types.rb