Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
CreateIndexNode
Interface CreateIndexNode
interface
CreateIndexNode
{
columns
?:
OperationNode
[]
;
ifNotExists
?:
boolean
;
kind
:
"CreateIndexNode"
;
name
:
kysely
.
IdentifierNode
;
nullsNotDistinct
?:
boolean
;
table
?:
kysely
.
TableNode
;
unique
?:
boolean
;
using
?:
kysely
.
RawNode
;
where
?:
kysely
.
WhereNode
;
}
Hierarchy (
view full
)
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
if
Not
Exists
?:
boolean
Readonly
kind
kind
:
"CreateIndexNode"
Readonly
name
name
:
kysely
.
IdentifierNode
Optional
Readonly
nulls
Not
Distinct
nulls
Not
Distinct
?:
boolean
Optional
Readonly
table
table
?:
kysely
.
TableNode
Optional
Readonly
unique
unique
?:
boolean
Optional
Readonly
using
using
?:
kysely
.
RawNode
Optional
Readonly
where
where
?:
kysely
.
WhereNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
if
Not
Exists
kind
name
nulls
Not
Distinct
table
unique
using
where
Silvertree API
Loading...