class CreatePArticles < ActiveRecord::Migration[6.0] def change create_table :p_articles do |t| t.references :p_product_ref, foreign_key: true t.timestamps end end end