menghaoranss commented on issue #28141:
URL: 
https://github.com/apache/shardingsphere/issues/28141#issuecomment-3976393862

   I have verified this issue with the latest version, and the problem has been 
fixed:
   ```
   encrypt_db=> 
   encrypt_db=> CREATE TABLE t_order (id varchar(20) NOT NULL, username 
varchar(50), password varchar(50), email varchar(50))
   ;
   CREATE TABLE
   encrypt_db=> CREATE UNIQUE INDEX uk_user_id ON t_order(id);
   CREATE INDEX
   encrypt_db=> 
   encrypt_db=> refresh table metadata;
   
   ```
   
   <img width="1824" height="482" alt="Image" 
src="https://github.com/user-attachments/assets/0fb014b2-4ea3-4ed3-af06-801d2b7a52a2";
 />


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