Sha256: ff20f2beb2fb90a2657f0c2cffe1722f4a550c7e9e3765195fb7c326e2d55bc5
Contents?: true
Size: 214 Bytes
Versions: 12
Compression:
Stored size: 214 Bytes
Contents
class CreatePhcdevworksPortfolioPostsTypes < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_portfolio_posts_types do |t| t.integer :post_id t.integer :type_id end end end
Version data entries
12 entries across 12 versions & 1 rubygems