interface CreateTableStatement
implements PGNode
import { type CreateTableStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
name: QName
columns: (CreateColumnDef | CreateColumnsLikeTable)[]
optional
constraints: TableConstraint[]Constraints not defined inline
optional
inherits: QName[]