Skip to content

Home > extract-pg-schema > InformationSchemaTable > user_defined_type_schema

InformationSchemaTable.user_defined_type_schema property

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

Signature:

typescript
user_defined_type_schema: string | null;