Skip to content

Home > extract-pg-schema > InformationSchemaColumn > domain_catalog

InformationSchemaColumn.domain_catalog property

If the column has a domain type, the name of the database that the domain is defined in (always the current database), else null.

Signature:

typescript
domain_catalog: string | null;