Sha256: 44ec3993bb9003c8d5099a7afc42739024ab3e41cb60302702f3b7d8f2414b64
Contents?: true
Size: 426 Bytes
Versions: 21
Compression:
Stored size: 426 Bytes
Contents
class CreatePhcdevworksPortfolioProjectPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_portfolio_project_posts do |t| t.string :post_title t.text :post_description t.string :post_url t.string :post_status t.string :post_image t.string :post_images t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
21 entries across 21 versions & 1 rubygems