You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
描述您想要的功能:
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.
描述您想要的功能:
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
The text was updated successfully, but these errors were encountered: