WEIZIBIN commented on issue #6835:
URL: https://github.com/apache/shardingsphere/issues/6835#issuecomment-674706230


   ```
       sharding:
         encrypt-rule:
           encryptors:
             t_sample_member_name_encryptor:
               type: Remote
               props:
                 table: t_sample_member
                 column: name_cipher
           tables:
             t_sample_member:
               columns:
                 name_cipher:
                   cipherColumn: name_cipher
                   encryptor: t_sample_member_name_encryptor
   ```
   My current config use props to specific table and name is ok


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