Sha256: 4dc2827d027ce9e2ac1611293440522f816407d8f0a1c4f51a1ac18ed3899e6f
Contents?: true
Size: 245 Bytes
Versions: 14
Compression:
Stored size: 245 Bytes
Contents
class CreatePhcdevworksPortfolioProjectCategoriesPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_portfolio_project_categories_posts do |t| t.integer :category_id t.integer :post_id end end end
Version data entries
14 entries across 14 versions & 1 rubygems