class AddImpostoSobreServicoIdToContabilidadeDetalhesDoPagamento < ActiveRecord::Migration[4.2]
  def change
    add_column :contabilidade_detalhes_do_pagamento, :imposto_sobre_servico_id, :integer
  end
end
