qi6_app/db/migrate/20180822172228_add_customers_to_p_document.rb
2019-05-17 12:30:45 +02:00

6 lines
138 B
Ruby

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