Sha256: 595ec2ed559677c3e07e0f4655de09a8c72685a30a27a64cbdd03a89329deea9

Contents?: true

Size: 508 Bytes

Versions: 5

Compression:

Stored size: 508 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_type
      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

5 entries across 5 versions & 1 rubygems

Version Path
phcdevworks_portfolio-1.0.0 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-0.4.0 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-0.3.0 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-0.2.0 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb
phcdevworks_portfolio-0.1.0 db/migrate/20191014112330_create_phcdevworks_portfolio_project_posts.rb