Sha256: 557838f52a5df93dd3b21c9dcadd65faed5ebbc9f43d70d056d52c17b6a1d23b
Contents?: true
Size: 299 Bytes
Versions: 18
Compression:
Stored size: 299 Bytes
Contents
class CreatePhcdevworksPortfolioProjectCategories < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_portfolio_project_categories do |t| t.string :category_name t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems