chore: update changes

This commit is contained in:
firest 2023-06-30 11:47:36 +08:00
parent 872698d19e
commit ae3ebfead7
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Added 3 random SQL functions to the rule engine.
- random(): Generates a random number between 0 and 1 (0.0 =< X < 1.0).
- uuid_v4(): Generates a random UUID (version 4) string.
- uuid_v4_no_hyphen(): Generates a random UUID (version 4) string without hyphens.