Sha256: 3ac46d7be192c1de1f0071383699bb8fbd486cc01c23cb095c5600cc0e5195fe
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
class CreatePhcdevworksCoreModulesPostCategories < ActiveRecord::Migration[7.0] def change create_table :phcdevworks_core_modules_post_categories do |t| t.string :post_category_name t.string :optimization_id 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