有时候做模板需要添加的字段较多,但是字段多了后再添加字段就会出现以下提示:
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;
解决办法:其他字段设置不选择采集项就可以了。