Home > extract-pg-schema > InformationSchemaView > check_option
InformationSchemaView.check_option property
CASCADED or LOCAL if the view has a CHECK OPTION defined on it, NONE if not
Signature:
typescript
check_option: "CASCADED" | "LOCAL" | "NONE";