Sha256: baabafd5476f368f58b2e7fcd982a8364d64ef1f72b5884efb8e54729e58a382

Contents?: true

Size: 251 Bytes

Versions: 5

Compression:

Stored size: 251 Bytes

Contents

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

      t.string :category_name

      t.string :slug
      t.string :user_id

      t.timestamps

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpress-57.0.4 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-57.0.3 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-57.0.2 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-57.0.1 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-57.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb