Sha256: 6b9a7794e6740c9328e3cb8bffff371b90b7eccbfa7406ef11d2b6c41ff7690b

Contents?: true

Size: 230 Bytes

Versions: 32

Compression:

Stored size: 230 Bytes

Contents

class CreateJoinTableCategoriesPosts < ActiveRecord::Migration[5.2]
  def change
    create_join_table :categories, :posts do |t|
      # t.index [:category_id, :post_id]
      # t.index [:post_id, :category_id]
    end
  end
end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
phcpresspro-86.1.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-56.1.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-86.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-56.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-85.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-55.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-84.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-83.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-54.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-53.1.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-53.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-82.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-52.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-81.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpress-51.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-80.3.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-80.2.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-80.1.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-80.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb
phcpresspro-79.0.0 db/migrate/20190315173237_create_join_table_categories_posts.rb