class AddNumeroDeCaixaToContabilidadePagamentos < ActiveRecord::Migration[4.2]
  def change
    add_column :contabilidade_pagamentos, :numero_de_caixa, :string, limit: 8
  end
end
