Sha256: b68b2f3bf4fdc606f6145f4e2510d4bf89fa05b2064e98e801cf27fc5f28ea89
Contents?: true
Size: 326 Bytes
Versions: 14
Compression:
Stored size: 326 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 :optimization_id t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems