Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface TableAlterationDropConstraint
implements PGNode
import { type TableAlterationDropConstraint } from "https://deno.land/x/pgsql_ast_parser@11.0.0/syntax/ast.ts";

Properties

type: "drop constraint"
optional
ifExists: boolean
constraint: Name
optional
behaviour: "cascade" | "restrict"