Documentation Index
Fetch the complete documentation index at: https://tommy-acf5e428.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Generator Overrides
Override auto-detected generators for specific columns using a YAML configuration file.Syntax
Example
Usage
Merging Behavior
Override generators are merged on top of auto-detected generators:- If a column has an override, it replaces the auto-detected generator
- If a column has
disabled: true, no data is generated (NULL or default) - Columns not mentioned in the override file use auto-detected generators
- Unknown table or column names in overrides produce a warning
Parameter Reference
| Generator | Parameters |
|---|---|
email | — |
name | — |
phone | — |
uuid | — |
bool | — |
lorem | min_words, max_words |
constant | value |
weighted_choice | choices (map of value → weight) |
random_int | min, max |
float_range | min, max, precision |
amount | min, max |
timestamp | min_date, max_date |
time_ago | max_duration |