增加字段提示以下信息,如何解决?
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_info add zz_jdtype text not null,add z_jdtype varchar(255) not null,add qz_jdtype varchar(255) not null,add save_jdtype varchar(10) not null;
超过mysql允许的最大单表长度,解决办法是:减少字段,或字段少用text类型