Home > extract-pg-schema > InformationSchemaColumn > identity_maximum
InformationSchemaColumn.identity_maximum property
If the column is an identity column, then the maximum value of the internal sequence, else null.
Signature:
typescript
identity_maximum: string | null;