Sha256: d69751ef6cb39b82d6a4176453a5030d1407d11a2c0c224efcfc2e7c76b393cc

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

class CreatePhcdevworksPortfolioProjectPostsTypes < ActiveRecord::Migration[7.0]
  def change
    create_table :phcdevworks_portfolio_project_posts_types do |t|

      t.integer :post_id
      t.integer :type_id

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_portfolio-11.0.2 db/migrate/20191024232406_create_phcdevworks_portfolio_project_posts_types.rb
phcdevworks_portfolio-11.0.1 db/migrate/20191024232406_create_phcdevworks_portfolio_project_posts_types.rb
phcdevworks_portfolio-11.0.0 db/migrate/20191024232406_create_phcdevworks_portfolio_project_posts_types.rb