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

x/pgsql_ast_parser/index.ts>TableAlterationRenameColumn

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

Properties

type: "rename column"
column: Name
to: Name