# 帝国cms添加字段时提示Row size too large怎么办

*Published:* 2024-06-03
*Author:* 客服001

#### 温馨提醒

如果文章内容或图片资源失效，请留言反馈，我们会及时处理，谢谢

本文最后更新于2024年6月3日，已超过 180天没有更新



有时候做模板需要添加的字段较多，但是字段多了后再添加字段就会出现以下提示：

> Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs  
> alter table \*\*\*\_ecms\_infoclass\_zidian add xxxx text not null,add xxxx varchar(255) not null,add xxxx varchar(255) not null,add xxxx varchar(10) not null;

**解决方法：**

打开数据表中的字段管理，将其他字段设置不选择采集项就可以了。

[![](https://www.xarjtc.com/wp-content/uploads/2024/06/ce7df53838910f5.webp)](https://www.xarjtc.com/wp-content/uploads/2024/06/ce7df53838910f5.webp)