class AddProvsToProviderForSearchStats < ActiveRecord::Migration
  def change
    add_column :provider_for_search_stats, :provs, :text
  end
end
