帝国cms技巧之如何解决增加字段提示Row size too

699 ℃

帝国cms技巧之如何解决增加字段提示错误,下面看一下错误提示代码。
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类型

mysql语法如何判断当前字段是否为null

js把内容中包含不要文字/数字/字母都删掉

织梦dedecms模板中显示最近浏览文章列表的方法示

织梦如何让channelartlist标签支持limit属性

详解织梦调用当前顶级栏目名称、ID、url方法

标签: add, jdtype, NULL, row, size

上面是“帝国cms技巧之如何解决增加字段提示Row size too”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。

当前网址:https://m.ipkd.cn/webs_1210.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

帝国CMS7.5版后台信息发布限制可设置更严格
如何在Git中查看当前分支的信息?代码示例说明
帝国CMS教程会员登陆赠送积分
el-dialog弹窗全局垂直居中设置
谷歌联盟报“adsbygoogle.push() error: No slot size for availableWidth=0”解决方法!