Sha256: 7cc9d1e8c1347dc287ace57fd5cadb2dd338ca7933bd7f7b42c4ed68615fd549

Contents?: true

Size: 257 Bytes

Versions: 14

Compression:

Stored size: 257 Bytes

Contents

class CreateComableProductsCategories < ActiveRecord::Migration
  def change
    create_table :comable_products_categories do |t|
      t.references :product, null: false, index: true
      t.references :category, null: false, index: true
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
comable-core-0.7.1 db/migrate/20150111031229_create_comable_products_categories.rb
comable-core-0.7.0 db/migrate/20150111031229_create_comable_products_categories.rb
comable-core-0.7.0.beta2 db/migrate/20150111031229_create_comable_products_categories.rb
comable-core-0.7.0.beta1 db/migrate/20150111031229_create_comable_products_categories.rb
comable-core-0.6.0 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.5.0 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.4.2 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.4.1 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.4.0 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.3.4 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.3.3 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.3.2 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.3.1 db/migrate/20150111031229_create_comable_products_categories.rb
comable_core-0.3.0 db/migrate/20150111031229_create_comable_products_categories.rb