Skip to content

Home > extract-pg-schema > InformationSchemaColumn > identity_increment

InformationSchemaColumn.identity_increment property

If the column is an identity column, then the increment of the internal sequence, else null.

Signature:

typescript
identity_increment: string | null;