class AddNotaFiscalIdToContabilidadeRetencoes < ActiveRecord::Migration[5.2]
  def change
    add_column :contabilidade_retencoes, :nota_fiscal_id, :integer
  end
end
