BLOB,TEXT GEOMETRY or JSON column 'xxx' can't have a default value query问题解决
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
MySQL执行以下语句时,报错
alter table ebaytemdescription change `Description` `Description` text NOT NULL DEFAULT '' COMMENT '风格详情'
BLOB,TEXT GEOMETRY or JSON column ‘Description’ can’t have a default value query
从报错内容看,不允许BLOB,TEXT GEOMETRY 或者JSON字段设置默认值
解决方法:更改sql_mode
查看sql_mode show variables like '%sql_mode%';
将STRICT_TRANS_TABLES去掉
重新执行语句成功
GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e
3 个月前
8c391e04
6 个月前
更多推荐
已为社区贡献7条内容
所有评论(0)