Home > extract-pg-schema > TableDetails
TableDetails interface
Table in a schema.
Signature:
typescript
export interface TableDetails extends PgType<"table">
Extends: PgType<"table">
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Array of check constraints in the table. | |||
Array of columns in the table. | |||
Array of indices in the table. | |||
Information schema value for the table. | |||
boolean | Whether row level security is enabled on the table. | ||
boolean | Whether row level security is enforced on the table. | ||
Array of security policies on the table. |