Sha256: 39b4f26ae8228fc850027cab8cf67f44bdacf45e94f5c1cd46a05ace08070eec
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
class CreatePhcdevworksPortfolioProjectCategoriesPosts < ActiveRecord::Migration[7.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
3 entries across 3 versions & 1 rubygems