Sha256: ce6e39b16dc079432a7ed15f4dcff7265c84c87ebd4b321834bc18b80a0a8390

Contents?: true

Size: 474 Bytes

Versions: 4

Compression:

Stored size: 474 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 :project_post_image
      t.string :project_post_images

      t.string :slug
      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcdevworks_portfolio-8.0.0 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-1.0.3 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-1.0.2 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-1.0.1 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb