Skip to content

Home > extract-pg-schema > InformationSchemaTable > user_defined_type_name

InformationSchemaTable.user_defined_type_name property

If the table is a typed table, the name of the underlying data type, else null.

Signature:

typescript
user_defined_type_name: string | null;