Sha256: a493d44d01243476ca717903273ff5295f7ee536e143084bb8fc442448198125

Contents?: true

Size: 281 Bytes

Versions: 6

Compression:

Stored size: 281 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

Version Path
phcpresspro-86.1.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-86.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-85.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-84.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-83.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb
phcpresspro-82.0.0 db/migrate/20190315040834_create_phcpresspro_article_categories.rb