terrymanu commented on issue #2298: How to execute ddl in specified DB by sharding-jdbc URL: https://github.com/apache/incubator-shardingsphere/issues/2298#issuecomment-487809791 Can not execute DDL if your sharding strategy is totally dynamic. DDL only can affect your current sharding strategy configuration. Even using registry center can change sharding strategy configuration dynamically, but end-user still need to create table by themselves. Use `CREATE TABLE IF NOT EXIST` is better if end-user change configuration via registry center.
---------------------------------------------------------------- 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] With regards, Apache Git Services
