20160411193207_add_reference_to_payment_methods.rb 138 B

12345
  1. class AddReferenceToPaymentMethods < ActiveRecord::Migration
  2. def change
  3. add_column :payment_methods, :reference, :integer
  4. end
  5. end