diff --git a/db/migrate/20180406080240_create_order_reservations.rb b/db/migrate/20180406080240_create_order_reservations.rb index cde96ac0..740ce6f1 100644 --- a/db/migrate/20180406080240_create_order_reservations.rb +++ b/db/migrate/20180406080240_create_order_reservations.rb @@ -7,6 +7,7 @@ class CreateOrderReservations < ActiveRecord::Migration[5.1] t.datetime :requested_time, :null => false t.string :callback_url, :null => false t.string :transaction_ref, :null => false + t.string :sale_id t.integer :item_count, :null => false, :default => 0 t.integer :total_customer t.string :payment_type