Skip to content

Home > extract-pg-schema > TableColumn > parentTable

TableColumn.parentTable property

Name of the table the column is inherited from if table is using inheritance

Signature:

typescript
parentTable: string | null;