We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述 SQL语句中出现某些特殊字符
重现
CREATE TABLE `commodity_sku_sell_channel_sales` ( `id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'id', `createTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `modifyTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间', `skuId` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'skuId', `sellChannel` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '销售渠道', `salesNum` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '销量', PRIMARY KEY (`id`), UNIQUE KEY `uniq_skuId_sellChannel` (`skuId`,`sellChannel`) ) DEFAULT CHARSET=utf8mb4 COMMENT='sku渠道销售信息'
环境
参数 可能与问题相关的设置参数
goInception 审核通过 但MySQL执行失败
The text was updated successfully, but these errors were encountered:
goinception未复现该问题, 请检查goinception日志来验证提交的SQL是否正确.
Sorry, something went wrong.
No branches or pull requests
描述
SQL语句中出现某些特殊字符
重现
环境
参数
可能与问题相关的设置参数
goInception 审核通过 但MySQL执行失败
The text was updated successfully, but these errors were encountered: