prorm API Reference
← Documentation
GitLab
Preparing search index...
dialects/dialect
DropSchemaOptions
Interface DropSchemaOptions
Options for dropping a schema, including whether to cascade to the objects inside it.
interface
DropSchemaOptions
{
ifExists
?:
boolean
;
cascade
?:
boolean
;
}
Index
Properties
if
Exists?
cascade?
Properties
Optional
if
Exists
ifExists
?:
boolean
Optional
cascade
cascade
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
if
Exists
cascade
← Documentation
GitLab
prorm API Reference
Loading...
Options for dropping a schema, including whether to cascade to the objects inside it.