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

Version Path
phcdevworks_core_modules-8.0.3 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb
phcdevworks_core_modules-8.0.2 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb
phcdevworks_core_modules-8.0.1 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb
phcdevworks_core_modules-8.0.0 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb