Home > extract-pg-schema > InformationSchemaColumn > is_nullable
InformationSchemaColumn.is_nullable property
YES if the column is possibly nullable, NO if it is known not nullable. A not-null constraint is one way a column can be known not nullable, but there can be others.
Signature:
typescript
is_nullable: YesNo;