在 phpMyAdmin 中导入 mysql 转储时收到此警告:
Warning: #1681 Integer display width is deprecated and will be removed in a future release.
我在https://dev.mysql.com/worklog/task/?id=13127上找到了这个
Deprecate the ZEROFILL attribute for numeric data types and the display width attribute for integer types.
但我真的不明白这是什么意思。有人可以解释产生此警告的问题是什么,以及如何解决它。