class AddPixtechRefToProviders < ActiveRecord::Migration
  def change
    add_reference :providers, :pixtech, index: true
  end
end
