Home > extract-pg-schema > InformationSchemaColumn > generation_expression
InformationSchemaColumn.generation_expression property
If the column is a generated column, then the generation expression, else null.
Signature:
typescript
generation_expression: any;