Ao carregar o arquivo dump, uma das linhas apareceu com alerta:
1 15 16:11:02 CREATE TABLE tb_olist_pagamentos
(
order_id
varchar(255) NOT NULL,
payment_installments
int(11) DEFAULT NULL,
payment_sequential
int(11) DEFAULT NULL,
payment_value
int(11) DEFAULT NULL,
payment_type
varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 0 row(s) affected, 3 warning(s):
1681 Integer display width is deprecated and will be removed in a future release.
1681 Integer display width is deprecated and will be removed in a future release.
1681 Integer display width is deprecated and will be removed in a future release. 0.047 sec
O que seria?