Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgsql_ast_parser/mod.ts>AlterTableStatement

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

Properties

type: "alter table"
optional
only: boolean
optional
ifExists: boolean
changes: TableAlteration[]