Open 2530loong opened 2 months ago
描述您想要的功能: Execute: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs.
描述您考虑过的解决/替代方案: 添加一项,行大小检测
可参考文档,资料,引用等: https://dev.mysql.com/doc/refman/8.4/en/column-count-limit.html
描述您想要的功能: Execute: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs.
描述您考虑过的解决/替代方案: 添加一项,行大小检测
可参考文档,资料,引用等: https://dev.mysql.com/doc/refman/8.4/en/column-count-limit.html