Home > extract-pg-schema > ForeignTableColumn > isPrimaryKey
ForeignTableColumn.isPrimaryKey property
Whether the column is a primary key. This is only present if the view is resolved.
Signature:
typescript
isPrimaryKey?: boolean;