SQLColumntype
{
readonly column: string;
readonly key: string;
readonly path: string;
}| Property | Type | |
|---|---|---|
.column | string | required readonly |
.key | string | required readonly |
.path | string | required readonly |
Generated SQL column mapped from a collection schema path, holding its column name, key, and JSON path.