class AddHistoryToCompanyInfo < ActiveRecord::Migration
  def change
    add_column :company_infos, :history, :text
  end
end
