Home > extract-pg-schema > InformationSchemaColumn > is_updatable
InformationSchemaColumn.is_updatable property
YES if the column is updatable, NO if not (Columns in base tables are always updatable, columns in views not necessarily)
Signature:
typescript
is_updatable: YesNo;