hyoshida/comable

View on GitHub
core/db/migrate/20151129213205_add_variant_id_index_to_comable_stocks.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddVariantIdIndexToComableStocks < ActiveRecord::Migration
  def change
    add_index :comable_stocks, :variant_id
  end
end