uuid_generate
Create UUIDs or GUIDs in bulk, with control over format (uuid/guid) and case (lower/upper) for use in development and testing.
Instructions
UUID/GUID 批量生成。format=uuid(8-4-4-4-12)或 guid;case 控制大小写
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | No | lower | |
| count | No | ||
| format | No | uuid |