Home > extract-pg-schema > ViewDetails
ViewDetails interface
View in a schema.
Signature:
typescript
export interface ViewDetails extends PgType<"view">
Extends: PgType<"view">
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Columns in the view. | |||
string | The SQL definition of the view. | ||
Information schema value for the view. |