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