prorm API Reference
← Documentation
GitLab
Preparing search index...
index
buildDropDomainSQL
Function buildDropDomainSQL
buildDropDomainSQL
(
name
:
string
,
dialect
:
string
,
quoteTable
:
(
t
:
string
)
=>
string
,
options
?:
{
ifExists
?:
boolean
;
cascade
?:
boolean
}
,
)
:
string
Drop a domain.
Parameters
name
:
string
dialect
:
string
quoteTable
:
(
t
:
string
)
=>
string
options
:
{
ifExists
?:
boolean
;
cascade
?:
boolean
}
= {}
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Drop a domain.