Sha256: f086056243eeab08f9f439cfe9040abc452affd154883eb2bba0c4f80d0dee03

Contents?: true

Size: 228 Bytes

Versions: 12

Compression:

Stored size: 228 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcdevworks_portfolio-3.1.1 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-3.1.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-3.0.4 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-3.0.3 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-3.0.2 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-3.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-2.0.1 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-2.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-1.0.3 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-1.0.2 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-1.0.1 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-1.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb