class AddReferenceToPaymentMethods < ActiveRecord::Migration def change add_column :payment_methods, :reference, :integer end end