Skip to content

Commit

Permalink
Merge pull request #1757 from actiontech/issue-1741
Browse files Browse the repository at this point in the history
Issue 1741
  • Loading branch information
taolx0 authored Aug 25, 2023
2 parents 111b0a9 + 5cb829d commit d569fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqle/driver/mysql/rule/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ var RuleHandlers = []RuleHandler{
Rule: driverV2.Rule{
Name: DDLCheckUniqueIndexPrefix,
Desc: "UNIQUE索引必须使用固定前缀",
Annotation: "通过配置该规则可以规范指定业务的unique索引命名规则,具体命名规范可以自定义设置,默认提示值:uniq_",
Annotation: "通过配置该规则可以规范指定业务的UNIQUE索引命名规则,具体命名规范可以自定义设置,默认提示值:uniq_",
Level: driverV2.RuleLevelError,
Category: RuleTypeNamingConvention,
//Value: "uniq_",
Expand Down Expand Up @@ -1859,7 +1859,7 @@ var RuleHandlers = []RuleHandler{
&params.Param{
Key: DefaultSingleParamKeyName,
Value: "2",
Desc: "主键应当不超过多少列",
Desc: "最大列数",
Type: params.ParamTypeInt,
},
},
Expand Down

0 comments on commit d569fe7

Please sign in to comment.