intra_app/db/migrate/20180822172228_add_customers_to_p_document.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

6 lines
133 B
Ruby

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