class AddCampoNovosParaDevolucaoDeMateriais < ActiveRecord::Migration[5.2]
  def change
    remove_column :gestao_de_estoque_devolucoes_de_materiais, :requisicao_de_material_id, :bigint
    add_column :gestao_de_estoque_devolucoes_de_materiais, :origem_id, :integer
    add_column :gestao_de_estoque_devolucoes_de_materiais, :origem_type, :string
  end
end
