gen_uuid
Generate UUIDs (v1 time-based or v4 random) for unique identifiers in applications. Create up to 100 UUIDs at once to support development and data management needs.
Instructions
Generate UUID (v1 time-based or v4 random). Generate up to 100 at once.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | UUID version (default: 4) | |
| count | No | Number of UUIDs to generate (max 100) |