Sha256: 662111b97af2fa1386d9155be88d81a07d0eccc070bacffbabe2e683bd9dca7a

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

Stored size: 247 Bytes

Contents

class CreatePhcdevworksPressArticleCategoriesPosts < ActiveRecord::Migration[7.0]
  def change
    create_table :phcdevworks_press_article_categories_posts do |t|

      t.integer :category_id
      t.integer :post_id

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_press-9.0.2 db/migrate/20191024232406_create_phcdevworks_press_article_categories_posts.rb
phcdevworks_press-9.0.1 db/migrate/20191024232406_create_phcdevworks_press_article_categories_posts.rb
phcdevworks_press-9.0.0 db/migrate/20191024232406_create_phcdevworks_press_article_categories_posts.rb