Skip to content
New issue

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

规则:建议列与表使用同一个字符集在建表语句 误触发 #2833

Open
winfredLIN opened this issue Dec 23, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@winfredLIN
Copy link
Collaborator

版本信息(Version)

问题描述(Describe)

中包含JSON的时候,会把JSON的字符集认为是binary导致误触发规则

sql语句示例
CREATE TABLE `app_template` (
`id` BIGINT NOT NULL  ,
`template_id` VARCHAR(128) NOT NULL ,
`template` JSON NULL COMMENT '注释内容'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

截图或日志(Log)

如何复现(To Reproduce)

问题原因

解决方案

变更影响面

受影响的模块或功能

外部引用的潜在问题或风险

版本兼容性

测试建议

@winfredLIN winfredLIN added the bug Something isn't working label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants