Seaquel
MySQL error code

MySQL error 3861

MySQL server error 3861 is ER_WARN_DEPRECATED_ZEROFILL, reported with SQLSTATE HY000.

The ZEROFILL attribute is deprecated and will be removed in a future release. Use the LPAD function to zero-pad numbers, or store the formatted numbers in a CHAR column.
Error3861
NameER_WARN_DEPRECATED_ZEROFILL
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference