Sha256: f0c0e5576ab62e68c9f3767910edd098ba35c0ad482e3dffa612cb8c04b46d54
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialCategoriesPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_categories_posts do |t| t.integer :category_id t.integer :post_id end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_tutorials-12.2.0 | db/migrate/20191024232406_create_phcdevworks_tutorials_tutorial_categories_posts.rb |