Skip to main content
Module

x/pgsql_ast_parser/mod.ts>AlterEnumType

Yet another simple Postgres SQL parser
Go to Latest
interface AlterEnumType
implements PGNode
import { type AlterEnumType } from "https://deno.land/x/pgsql_ast_parser@12.0.0/mod.ts";

Properties

type: "alter enum"
name: QName
change: EnumAlteration