Sha256: 2be9aa517679feee85fb6b5e4b6524f6a17ada705554b27148421ed24f60373c
Contents?: true
Size: 189 Bytes
Versions: 37
Compression:
Stored size: 189 Bytes
Contents
class AddTypeToBillingPayment < ActiveRecord::Migration def change add_column :billing_payments, :type, :string add_column :billing_payments, :payment_type_id, :integer end end
Version data entries
37 entries across 37 versions & 1 rubygems