Skip to content

Home > extract-pg-schema > InformationSchemaColumn > domain_schema

InformationSchemaColumn.domain_schema property

If the column has a domain type, the name of the schema that the domain is defined in, else null.

Signature:

typescript
domain_schema: string | null;