您好,新增单行文本框保存报错
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 at cn.myapps.base.action.BaseAction.doSave(BaseAction.java:198)
我手动在数据库修改了此表中大量已经存在的字段长度,从500字节改为了200字节,字段长度不会超过65535
另外此字段确实已经在数据库中新增,但是在界面中报错后无法保存
还请帮忙看下,因为确实需要再增加单行文本框,使用多行文本框样式无法调整,谢谢。
QQ:1053286545 |