Skip to main content

Function modifiers

pgHint

Commentary

added in 0.2.7

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


Examples

Altering the Postgres DDL

{
"_gen": "uuid",
"pgHint": "VARCHAR(36) PRIMARY KEY"
}

Specification

JSON schema

{
"type": "string"
}