Sha256: 4c4021d62e70e80317923848d8f29efd1578ca8ca0e56b89dcd67ab73e1633b4
Contents?: true
Size: 230 Bytes
Versions: 7
Compression:
Stored size: 230 Bytes
Contents
class CreatePhcdevworksTutorialsCategoriesPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_categories_posts do |t| t.integer :category_id t.integer :post_id end end end
Version data entries
7 entries across 7 versions & 1 rubygems