fanchuanlin opened a new issue, #27912:
URL: https://github.com/apache/shardingsphere/issues/27912

   hi all,i have a requestion。
   my shardingsphere-proxy version is 5.1.2, and i shardingsphere-proxy's mode 
is cluster ,it has two nodes.
   when i commit a alter sql eg:
   ```
   alter table  `U_SITE_WITHDRAWALS`
   add column `create_time` datetime NOT NULL COMMENT '提现时间';
   ```
   then the real db(mysql) was commited,but the navicat table view  can't be 
updated real time.
   
   but sql can use the new column.
   `
   SELECT create_time FROM `U_SITE_WITHDRAWALS` ORDER BY create_time desc limit 
1;
   `
   what can i do or Config for navicat view  be update real time?
   


-- 
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