terrymanu commented on issue #9168:
URL: https://github.com/apache/shardingsphere/issues/9168#issuecomment-769609660


   I prefer add rule id for each bind rule, it is similar with original SQL
   By the way, the SQL ALTER should add operation type, such as `ADD, MODIFY, 
DROP`. For example:
   
   ```sql
   ALTER SHARDING RULE (
   ...
   MODIFY binding_table bt1 (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]


Reply via email to