tristaZero commented on issue #9168: URL: https://github.com/apache/shardingsphere/issues/9168#issuecomment-769623423
After a brief discussion, here is the final conclusion, ```sql CREATE SHARDING RULE ( ... binding_table (t_order t_item), binding_table (t1 t2 t3) ) ALTER SHARDING RULE ( ... add binding_table (t_order t_item t_new), drop binding_table (t_order t_item) ) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
