Home > extract-pg-schema > InformationSchemaDomain > data_type
InformationSchemaDomain.data_type property
Data type of the domain, if it is a built-in type, or ARRAY if it is some array (in that case, see the view element_types), else USER-DEFINED (in that case, the type is identified in udt_name and associated columns).
Signature:
typescript
data_type: string;