Function modifiers
sqlHint
Commentary
added in 0.10.0
Explicitly defines how this data will be represented if ShadowTraffic automatically creates its backing MySQL, SQL Server, or Oracle table.
Examples
Altering the SQL Server DDL
{
"_gen": "uuid",
"sqlHint": "nvarchar(36)"
}
Specification
JSON schema
{
"type": "string"
}