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