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