Home > extract-pg-schema > InformationSchemaTable > is_insertable_into
InformationSchemaTable.is_insertable_into property
YES if the table is insertable into, NO if not (Base tables are always insertable into, views not necessarily.)
Signature:
typescript
is_insertable_into: YesNo;