Home > extract-pg-schema > InformationSchemaColumn > character_octet_length
InformationSchemaColumn.character_octet_length property
If data_type identifies a character type, the maximum possible length in octets (bytes) of a datum; null for all other data types. The maximum octet length depends on the declared character maximum length (see above) and the server encoding.
Signature:
typescript
character_octet_length: number | null;