Skip to main content
Module

x/pgsql_ast_parser/index.ts>ColumnConstraintCheck

Yet another simple Postgres SQL parser
Latest
interface ColumnConstraintCheck
implements PGNode
import { type ColumnConstraintCheck } from "https://deno.land/x/pgsql_ast_parser@12.0.1/index.ts";

Properties

type: "check"
optional
constraintName: Name
expr: Expr