File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,6 +644,12 @@ Available Rules
644644
645645The following is a list of all the native rules that are available to use:
646646
647+ .. note :: Rule is string,there must be no spaces between the parameters, especially the is_unique rule.
648+ there can be no spaces before and after ignore_value.
649+ `is_unique[supplier.name,uuid, $uuid] ` is not ok
650+ `is_unique[supplier.name,uuid,$uuid ] ` is not ok
651+ `is_unique[supplier.name,uuid,$uuid] ` is ok
652+
647653======================= =========== =============================================================================================== ===================================================
648654Rule Parameter Description Example
649655======================= =========== =============================================================================================== ===================================================
You can’t perform that action at this time.
0 commit comments