Sha256: 983a7a720463b5ed0ff6e6620cce2d5c7f7e746067e8f635f8e6fee47b1cb118
Contents?: true
Size: 254 Bytes
Versions: 15
Compression:
Stored size: 254 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
15 entries across 15 versions & 1 rubygems