Home > extract-pg-schema > InformationSchemaColumn > identity_generation
InformationSchemaColumn.identity_generation property
If the column is an identity column, then ALWAYS or BY DEFAULT, reflecting the definition of the column.
Signature:
typescript
identity_generation: "ALWAYS" | "BY DEFAULT" | null;