行的大小超过65535 字节

yexiu 错误处理 608

java.sql.SQLSyntaxErrorException: 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

回复

共1条回复 我来回复
  • yexiu的头像
    yexiu
    数式Oinone是企业级产品化引擎:用低代码驱动标准化研发与敏捷交付的一体化平台
    评论

    造成这个错误的根本原因是数据表里_d 开头的列太多了,查看sql中修改的表,把该表以_d开头的列全部删掉,重启就好了。

    有那么多_d开头的列有可能是版本问题,注意版本要严格按照升级文档里的设置。

    10个月前 0条评论