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