This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7bc902cb2f1 Update create-sharding-table-rule.cn.md (#28363)
7bc902cb2f1 is described below
commit 7bc902cb2f1d2cb550f7ddcf138e63320d8fc5bc
Author: Dee Wu <[email protected]>
AuthorDate: Tue Sep 5 14:43:38 2023 +0800
Update create-sharding-table-rule.cn.md (#28363)
Missing a closing '`' .
---
.../rdl/rule-definition/sharding/create-sharding-table-rule.cn.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding/create-sharding-table-rule.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding/create-sharding-table-rule.cn.md
index 572a7e6677b..0afb8a68946 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding/create-sharding-table-rule.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding/create-sharding-table-rule.cn.md
@@ -83,7 +83,7 @@ strategyType ::=
-
只能使用自动分片算法,可参考[自动分片算法](/cn/user-manual/common-config/builtin-algorithm/sharding/#自动分片算法)。
- `algorithmType`
为分片算法类型,分片算法类型请参考[分片算法](/cn/user-manual/common-config/builtin-algorithm/sharding/);
- 自动生成的算法命名规则为 `tableName` _ `strategyType` _ `algorithmType`;
-- 自动生成的主键策略命名规则为 `tableName` _ `strategyType;
+- 自动生成的主键策略命名规则为 `tableName` _ `strategyType`;
- `KEY_GENERATE_STRATEGY`
用于指定主键生成策略,为可选项,关于主键生成策略可参考[分布式主键](/cn/user-manual/common-config/builtin-algorithm/keygen/);
- `AUDIT_STRATEGY`