Skip to main content

Function modifiers

sqlHint

Commentary

added in 0.10.0

Explicitly defines how this data will be represented if ShadowTraffic automatically creates its backing SQL Server table.


Examples

Altering the SQL Server DDL

{
"_gen": "uuid",
"sqlHint": "nvarchar(36)"
}

Specification

JSON schema

{
"type": "string"
}