SQLColumntype

{
	readonly column: string;
	readonly key: string;
	readonly path: string;
}
PropertyType
.columnstring
required readonly
.keystring
required readonly
.pathstring
required readonly

Generated SQL column mapped from a collection schema path, holding its column name, key, and JSON path.