appirits/comable

View on GitHub
core/db/migrate/20151013194926_add_guest_token_index_to_comable_orders.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddGuestTokenIndexToComableOrders < ActiveRecord::Migration
  def change
    add_index :comable_orders, :guest_token
  end
end