Sha256: 3460d2a0c75e8da90a265e0fe6b162478d1799dc183069ef5f196f9f7fda05b6

Contents?: true

Size: 274 Bytes

Versions: 19

Compression:

Stored size: 274 Bytes

Contents

class CreatePhcpressproArticleCategories < ActiveRecord::Migration[5.2]
  def change
    create_table :phcpresspro_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

19 entries across 19 versions & 1 rubygems

Version Path
phcpresspro-81.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-80.3.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-80.2.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-80.1.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-80.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-79.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-78.2.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-78.1.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-78.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-77.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-76.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-75.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-74.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-73.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-72.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-71.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-70.2.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-70.1.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-70.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb