BikeBikeBike/db/migrate/20160814000940_add_payment_amounts_to_conference.rb

6 lines
138 B
Ruby
Raw Normal View History

2016-08-14 00:38:10 -07:00
class AddPaymentAmountsToConference < ActiveRecord::Migration
def change
add_column :conferences, :payment_amounts, :json
end
end