Sha256: d048d271f1bb462ded9b3510fed5b6c8c414a72f2fcaec3dad2ad12e63206df6
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
class CreatePhcpressproJoinTableCategoriesPosts < 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-70.0.0 | db/migrate/20190315173237_create_phcpresspro_join_table_categories_posts.rb |