zjcnb commented on issue #13754:
URL: 
https://github.com/apache/shardingsphere/issues/13754#issuecomment-977660701


   @fyname 
   
   
   ```
       rules:
         sharding:
           tables:
             t_order:
               actualDataNodes: tmall.tb_order,taobao.tb_order,aliyun.tb_order
               keyGenerateStrategy:
                 column: order_id
                 keyGeneratorName: snowflake
           defaultDatabaseStrategy:
             standard:
               shardingColumn: merchant
               shardingAlgorithmName: db-classbased
           defaultTableStrategy:
             none:
   ```
   
   `change to:`
   
   ```
       rules:
         sharding:
           tables:
             tb_order:
               actualDataNodes: tmall.tb_order,taobao.tb_order,aliyun.tb_order
               keyGenerateStrategy:
                 column: order_id
                 keyGeneratorName: snowflake
           defaultDatabaseStrategy:
             standard:
               shardingColumn: merchant
               shardingAlgorithmName: db-classbased
           defaultTableStrategy:
             none:
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to