Sha256: b91a20c759edf8d39cf4c75c2be1f771795840f83c506d1a010ae23b160eb190
Contents?: true
Size: 436 Bytes
Versions: 14
Compression:
Stored size: 436 Bytes
Contents
class CreatePhcdevworksPortfolioProjectPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_portfolio_project_posts do |t| t.string :project_post_title t.text :project_post_description t.string :project_post_url t.string :project_post_status t.string :optimization_id t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems