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.
| Error | 3861 |
|---|---|
| Name | ER_WARN_DEPRECATED_ZEROFILL |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference