Home > extract-pg-schema > InformationSchemaColumn > character_maximum_length
InformationSchemaColumn.character_maximum_length property
If data_type identifies a character or bit string type, the declared maximum length; null for all other data types or if no maximum length was declared.
Signature:
typescript
character_maximum_length: number | null;