This is an automated email from the ASF dual-hosted git repository.

zhangliang 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 e15a7878be3 Update concept.cn.md (#31539)
e15a7878be3 is described below

commit e15a7878be30f0b629d18087af7e2e7d5d5cd383
Author: cmq00 <[email protected]>
AuthorDate: Mon Jun 3 12:32:26 2024 +0800

    Update concept.cn.md (#31539)
    
    Adding more detailed instructions for configuring multiple sharding rules 
in the binding table
---
 docs/document/content/features/sharding/concept.cn.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/document/content/features/sharding/concept.cn.md 
b/docs/document/content/features/sharding/concept.cn.md
index 194dd2ab7bb..ed9d8f29f5d 100644
--- a/docs/document/content/features/sharding/concept.cn.md
+++ b/docs/document/content/features/sharding/concept.cn.md
@@ -55,6 +55,8 @@ rules:
       actualDataNodes: ds_${0..1}.t_order_${0..1}
     t_order_item:
       actualDataNodes: ds_${0..1}.t_order_item_${0..1}
+  bindingTables:
+    - t_order, t_order_item
 ```
 
 ### 广播表

Reply via email to