{
"name": string,
"data_type": string,
"generator": "Project Name",
// Generator-specific fields
"include_random_project_number", boolean, // Whether to append a random number
// End generator-specific fields
"percent_null": integer,
"virtual": boolean,
// Advanced options
"primary_key": boolean,
"index": boolean,
"seed": string,
"postprocessing_sql": string
}
URL
Populates the column with a URL. For example, https://example.com.
{
"name": string,
"data_type": string,
"generator": "URL",
// Generator-specific fields
"protocol": boolean, // Whether to include the protocol
"domain": boolean, // Whether to include the domain
"path": boolean, // Whether to include the path
"filename": boolean, // Whether to include the filename
"query": boolean, // Whether to include a query
// End generator-specific fields
"percent_null": integer,
"virtual": boolean,
// Advanced options
"primary_key": boolean,
"index": boolean,
"seed": string,
"postprocessing_sql": string
}
User Agent
Populates the column with a user agent value. For example, Mozilla/5.0 (Windows NT 10.0; Win64; rv:110.0.