Skip to content

Home > extract-pg-schema > InformationSchemaColumn > is_identity

InformationSchemaColumn.is_identity property

If the column is an identity column, then YES, else NO.

Signature:

typescript
is_identity: YesNo;