class CreateTcmErrosDoArquivo < ActiveRecord::Migration[5.2]
  def change
    create_table :tcm_erros_do_arquivo do |t|
      t.bigint :lote_id
      t.text :descricao

      t.timestamps
    end
  end
end
