Home > extract-pg-schema > InformationSchemaColumn > data_type
InformationSchemaColumn.data_type property
Data type of the column, 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). If the column is based on a domain, this column refers to the type underlying the domain (and the domain is identified in domain_name and associated columns).
Signature:
typescript
data_type: string;