class AddStatusToContabilidadeControleDePagamento < ActiveRecord::Migration[5.2]
  def change
    add_column :contabilidade_controle_de_pagamentos, :status, :integer, :default => 0
  end
end
