Home > extract-pg-schema > InformationSchemaDomain > character_maximum_length
InformationSchemaDomain.character_maximum_length property
If the domain has 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;