Sha256: 0d7c943475f409850b9523f733d13b2b3590b7788589b2ef2d189de0ef1b5bff

Contents?: true

Size: 220 Bytes

Versions: 7

Compression:

Stored size: 220 Bytes

Contents

class CreatePhcdevworksPressCategoriesPosts < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_press_categories_posts do |t|
      t.integer :category_id
      t.integer :post_id
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcdevworks_press-3.1.1 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb
phcdevworks_press-3.1.0 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb
phcdevworks_press-3.0.2 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb
phcdevworks_press-3.0.1 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb
phcdevworks_press-3.0.0 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb
phcdevworks_press-2.0.1 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb
phcdevworks_press-2.0.0 db/migrate/20191024232406_create_phcdevworks_press_categories_posts.rb