Sha256: 2784c06912ab6e681460b8bbb8be2b2ce87fd62270f7ebe2c92181d28dd72e14

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

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

7 entries across 7 versions & 1 rubygems

Version Path
phcpress-56.1.0 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-56.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-55.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-54.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-53.1.0 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-53.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb
phcpress-52.0.0 db/migrate/20190315040834_create_phcpress_article_categories.rb