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

Version Path
phcdevworks_core_modules-6.0.0 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb
phcdevworks_core_modules-5.1.0 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb
phcdevworks_core_modules-5.0.0 db/migrate/20200706094820_create_phcdevworks_core_modules_post_categories.rb