kaps_app/db/migrate/20180822172228_add_customers_to_p_document.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

6 lines
133 B
Ruby

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