class AddRecebimentoDeMateriaisIdToPatrimonioRecebimentoDeBem < ActiveRecord::Migration[5.2]
  def change
    add_column :patrimonio_recebimentos_de_bens, :recebimento_de_material_id, :bigint
  end
end
