interface AlterColumnSimple implements PGNodeimport { type AlterColumnSimple } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiestype: "drop default" | "set not null" | "drop not null"