Sha256: f709bfdc2f84019e780b48047cfd6e87fefedb69071eb85d361ec07a60e11675

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

class CreatePhcpressproArticleCategories < ActiveRecord::Migration[7.0]
  def change
    create_table :phcpresspro_article_categories do |t|

      t.string :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

Version Path
phcpresspro-87.0.3 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-87.0.2 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-87.0.1 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-87.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb