osem-fcy/db/migrate/20160526142456_add_payment_mode_to_tickets.rb
2016-05-30 19:31:44 +05:30

5 lines
127 B
Ruby

class AddPaymentModeToTickets < ActiveRecord::Migration
def change
add_column :tickets, :payment_mode, :string
end
end