概述
执行插入命令时报错如下内容,但设置int类型限制为255也无效。
1264 - Out of range value for column 'monitor_id' at row 61
解决办法
将列的类型设置为bigint即可解决
51工具盒子
执行插入命令时报错如下内容,但设置int类型限制为255也无效。
1264 - Out of range value for column 'monitor_id' at row 61
将列的类型设置为bigint即可解决