Skip to content

Home > extract-pg-schema > InformationSchemaColumn > identity_minimum

InformationSchemaColumn.identity_minimum property

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

Signature:

typescript
identity_minimum: string | null;