Interface AlterTableNode

Hierarchy

Properties

addConstraint?: AddConstraintNode
addIndex?: AddIndexNode
columnAlterations?: readonly AlterTableColumnAlterationNode[]
dropConstraint?: DropConstraintNode
dropIndex?: DropIndexNode
kind: "AlterTableNode"
renameTo?: TableNode
setSchema?: IdentifierNode
table: TableNode

Generated using TypeDoc