Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
CreateSchemaQueryOptions
Interface CreateSchemaQueryOptions
interface
CreateSchemaQueryOptions
{
authorization
?:
string
|
Literal
;
charset
?:
string
;
collate
?:
string
;
comment
?:
string
;
ifNotExists
?:
boolean
;
replace
?:
boolean
;
}
Hierarchy (
view full
)
CreateSchemaQueryOptions
CreateSchemaOptions
Index
Properties
authorization?
charset?
collate?
comment?
if
Not
Exists?
replace?
Properties
Optional
authorization
authorization
?:
string
|
Literal
Optional
charset
charset
?:
string
Optional
collate
collate
?:
string
Optional
comment
comment
?:
string
Optional
if
Not
Exists
if
Not
Exists
?:
boolean
Optional
replace
replace
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
authorization
charset
collate
comment
if
Not
Exists
replace
Documentation
Loading...