routier-collection / plugins/postgresql/src / isUuidColumn
Variable: isUuidColumn()
constisUuidColumn: <T>(schema,property) =>boolean
Defined in: plugins/postgres-core/dist/utils.d.ts:63
Whether this property's column is declared UUID — a single STRING identity key, and only that.
Type Parameters
T
T extends object
Parameters
schema
CompiledSchema<T>
property
PropertyInfo<any> | null
Returns
boolean