kysely
Preparing search index...
DropIndexNode
Interface DropIndexNode
interface
DropIndexNode
{
cascade
?:
boolean
;
ifExists
?:
boolean
;
kind
:
"DropIndexNode"
;
name
:
SchemableIdentifierNode
;
table
?:
TableNode
;
}
Hierarchy (
View Summary
)
OperationNode
DropIndexNode
Index
Properties
cascade?
if
Exists?
kind
name
table?
Properties
Optional
Readonly
cascade
cascade
?:
boolean
Optional
Readonly
if
Exists
ifExists
?:
boolean
Readonly
kind
kind
:
"DropIndexNode"
Readonly
name
name
:
SchemableIdentifierNode
Optional
Readonly
table
table
?:
TableNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cascade
if
Exists
kind
name
table
kysely
Loading...