class CreateContabilidadeErrosDeMovimentacaoPcasp < ActiveRecord::Migration[5.2]
  def change
    create_table :contabilidade_erros_de_movimentacao_pcasp do |t|
      t.string :objeto_type
      t.bigint :objeto_id
      t.integer :motivo

      t.timestamps
    end
  end
end
