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;
Home > extract-pg-schema > ForeignTableColumn > isNullable
Whether the column is nullable. This is only present if the view is resolved.
Signature:
isNullable?: boolean;