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