JiekerTime opened a new issue #9570: URL: https://github.com/apache/shardingsphere/issues/9570
### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Expected behavior After I configured the encrypt rules for t_user_details, if I use logical column names to perform some DDL operations, for example: `CREATE TABLE t_user_details (user_id INT NOT NULL, pwd VARCHAR(45))` He will execute DDL according to the configuration rules to generate the table as follows:  ### Actual behavior  ### Reason analyze (If you can) Not support this feature You can review this by : ---------------------------------------------------------------- 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]
