Sha256: 047f92410be3030b75f52123bf6a144ce82ab007c7290a433a8757e76f0bbd98
Contents?: true
Size: 285 Bytes
Versions: 21
Compression:
Stored size: 285 Bytes
Contents
class CreatePhcdevworksPortfolioProjectTypes < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_portfolio_project_types do |t| t.string :type_name t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
21 entries across 21 versions & 1 rubygems