Interface CreateIndexNode

Hierarchy

Properties

columns?: OperationNode[]
ifNotExists?: boolean
kind: "CreateIndexNode"
name: IdentifierNode
nullsNotDistinct?: boolean
table?: TableNode
unique?: boolean
using?: RawNode
where?: WhereNode

Generated using TypeDoc