Skip to content

Home > extract-pg-schema > InformationSchemaTable > table_type

InformationSchemaTable.table_type property

Type of the table: BASE TABLE for a persistent base table (the normal table type), VIEW for a view, FOREIGN for a foreign table, or LOCAL TEMPORARY for a temporary table

Signature:

typescript
table_type: "BASE TABLE" | "VIEW" | "FOREIGN" | "LOCAL TEMPORARY";