CREATE ENCRYPT RULE

    • PLAIN specifies the plain column, CIPHER specifies the cipher column, ASSISTED_QUERY_COLUMN specifies the assisted query column,LIKE_QUERY_COLUMN specifies the like query column;
    • Duplicate will not be created;
    • ifNotExists clause used for avoid Duplicate encrypt rule error.

    Create a encrypt rule

    Create a encrypt rule with ifNotExists clause