Skip to content

Home > extract-pg-schema > ForeignTableColumn > isNullable

ForeignTableColumn.isNullable property

Whether the column is nullable. This is only present if the view is resolved.

Signature:

typescript
isNullable?: boolean;