Home > extract-pg-schema > ForeignTableDetails
ForeignTableDetails interface
Foreign table in a schema.
Signature:
typescript
export interface ForeignTableDetails extends PgType<"foreignTable">
Extends: PgType<"foreignTable">
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Columns in the view. | |||
Information schema value for the view. |