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