Skip to main content
Module

x/pgsql_ast_parser/index.ts>AlterColumnSetDefault

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

Properties

type: "set default"
default: Expr
optional
updateExisting: boolean