Skip to content

Home > extract-pg-schema > InformationSchemaColumn > identity_cycle

InformationSchemaColumn.identity_cycle property

If the column is an identity column, then YES if the internal sequence cycles or NO if it does not; otherwise null.

Signature:

typescript
identity_cycle: string;