class AddTotalToContabilidadeItemDaNotaFiscal < ActiveRecord::Migration[4.2]
  def change
    add_column :contabilidade_itens_da_nota_fiscal, :total, :decimal, precision: 12, scale: 2
  end
end
