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