Sha256: 0199faca30ff3f7d698df8147e4c06a233fbcfd61acb71dd6d7c9276f509569f

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

class CreatePhcpressArticleCategories < ActiveRecord::Migration[5.2]
  def change
    create_table :phcpress_article_categories do |t|

      t.string :catname

      t.string :slug
      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpress-51.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb