Sha256: 334658b6b340260421065b06eeb249e5a052273b05f6c4563b542cb3f1a712f0

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

class CreatePhcdevworksPortfolioProjectTypes < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_portfolio_project_types do |t|

      t.string :project_type_name

      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-8.0.0 db/migrate/20191021225316_create_phcdevworks_portfolio_project_types.rb
phcdevworks_portfolio-1.0.3 db/migrate/20191021225316_create_phcdevworks_portfolio_project_types.rb
phcdevworks_portfolio-1.0.2 db/migrate/20191021225316_create_phcdevworks_portfolio_project_types.rb
phcdevworks_portfolio-1.0.1 db/migrate/20191021225316_create_phcdevworks_portfolio_project_types.rb
phcdevworks_portfolio-1.0.0 db/migrate/20191021225316_create_phcdevworks_portfolio_project_types.rb