Home > extract-pg-schema > InformationSchemaColumn > domain_name
InformationSchemaColumn.domain_name property
If the column has a domain type, the name of the domain, else null.
Signature:
typescript
domain_name: string | null;