Sha256: 6d6ed9369211e608e51861b83994febb84e09164e116faa7cc9b51f933adc063
Contents?: true
Size: 228 Bytes
Versions: 12
Compression:
Stored size: 228 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
12 entries across 12 versions & 1 rubygems