#1681 Error Integer display width is deprecated and will be removed in a future release.
`weight` int(11) NOT NULL DEFAULT '0',
mysql8.0.17版本之后不支持int指定寬度,int直接定義成INT。

博客指出在mysql8.0.17版本之后,不支持int指定宽度,应直接将int定义成INT,还提到了相关错误代码1681 Error。
#1681 Error Integer display width is deprecated and will be removed in a future release.
`weight` int(11) NOT NULL DEFAULT '0',
mysql8.0.17版本之后不支持int指定寬度,int直接定義成INT。

847
9957
1万+

被折叠的 条评论
为什么被折叠?