Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
DropIndexNode
Interface DropIndexNode
interface
DropIndexNode
{
cascade
?:
boolean
;
ifExists
?:
boolean
;
kind
:
"DropIndexNode"
;
name
:
SchemableIdentifierNode
;
table
?:
kysely
.
TableNode
;
}
Hierarchy (
view full
)
OperationNode
DropIndexNode
Index
Properties
cascade?
if
Exists?
kind
name
table?
Properties
Optional
Readonly
cascade
cascade
?:
boolean
Optional
Readonly
if
Exists
if
Exists
?:
boolean
Readonly
kind
kind
:
"DropIndexNode"
Readonly
name
name
:
SchemableIdentifierNode
Optional
Readonly
table
table
?:
kysely
.
TableNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cascade
if
Exists
kind
name
table
Silvertree API
Loading...