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