Skip to content

Home > extract-pg-schema > ViewColumn > references

ViewColumn.references property

If views are resolved, this will contain the references from the source column in the table that this view references. Note that if the source is another view, that view in turn will be resolved if possible, leading us to a table in the end.

Signature:

typescript
references?: ColumnReference[];