Skip to content

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

ForeignTableColumn[]

Columns in the view.

informationSchemaValue

InformationSchemaView

Information schema value for the view.