class AddArquivoIdToLoaOrcamentosDaReceita < ActiveRecord::Migration[4.2]
  def change
    add_column :loa_orcamentos_da_receita, :arquivo_id, :integer
  end
end
