class AddCustomersToPDocument < ActiveRecord::Migration[6.0] def change add_column :p_documents, :p_customer_id, :integer end end