kysely
Preparing search index...
CreateIndexNode
Interface CreateIndexNode
interface
CreateIndexNode
{
columns
?:
OperationNode
[]
;
ifNotExists
?:
boolean
;
kind
:
"CreateIndexNode"
;
name
:
IdentifierNode
;
nullsNotDistinct
?:
boolean
;
table
?:
TableNode
;
unique
?:
boolean
;
using
?:
RawNode
;
where
?:
WhereNode
;
}
Hierarchy (
View Summary
)
OperationNode
CreateIndexNode
Index
Properties
columns?
if
Not
Exists?
kind
name
nulls
Not
Distinct?
table?
unique?
using?
where?
Properties
Optional
Readonly
columns
columns
?:
OperationNode
[]
Optional
Readonly
if
Not
Exists
ifNotExists
?:
boolean
Readonly
kind
kind
:
"CreateIndexNode"
Readonly
name
name
:
IdentifierNode
Optional
Readonly
nulls
Not
Distinct
nullsNotDistinct
?:
boolean
Optional
Readonly
table
table
?:
TableNode
Optional
Readonly
unique
unique
?:
boolean
Optional
Readonly
using
using
?:
RawNode
Optional
Readonly
where
where
?:
WhereNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
if
Not
Exists
kind
name
nulls
Not
Distinct
table
unique
using
where
kysely
Loading...