Sha256: babec577903e9cd6143a63d3bb9191dc0db6128da246ab2c4e44f5b70726569d
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
class CreatePhcdevworksCoreModulesPostCategories < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_core_modules_post_categories do |t| t.string :post_category_name t.string :slug t.string :user_id t.string :org_id t.string :optimization_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems