Sha256: 4f265baf28e62ff424cdefec55e14541988c6fd8c2321136d738bf3a75de23a8
Contents?: true
Size: 247 Bytes
Versions: 17
Compression:
Stored size: 247 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
17 entries across 17 versions & 1 rubygems