Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface TableAlterationDropConstraint
implements PGNode
import { type TableAlterationDropConstraint } from "https://deno.land/x/pgsql_ast_parser@11.0.1/syntax/ast.ts";

Properties

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