add payment mode to ticket schema
This commit is contained in:
parent
301ad1c722
commit
a8fd1a7903
5 changed files with 14 additions and 3 deletions
5
db/migrate/20160526142456_add_payment_mode_to_tickets.rb
Normal file
5
db/migrate/20160526142456_add_payment_mode_to_tickets.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddPaymentModeToTickets < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tickets, :payment_mode, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue