Sha256: 5a4218cb8905aa71e1d87379ebeffcff8c4da097bc8b5acd8ad2781ebbf6368c

Contents?: true

Size: 230 Bytes

Versions: 14

Compression:

Stored size: 230 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

14 entries across 14 versions & 1 rubygems

Version Path
phcdevworks_portfolio-8.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-7.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-6.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-5.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.7.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.6.2 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.6.1 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.6.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.5.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.4.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.3.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.2.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.1.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb
phcdevworks_portfolio-4.0.0 db/migrate/20191024232111_create_phcdevworks_portfolio_categories_posts.rb