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