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