class CreateContabilidadeErrosDePagamento < ActiveRecord::Migration[5.2]
  def change
    create_table :contabilidade_erros_de_pagamento do |t|
      t.string :modulo_type
      t.bigint :modulo_id
      t.string :descricao
      t.string :referencia

      t.timestamps
    end
  end
end
