Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
CreateTableQueryOptions
Interface CreateTableQueryOptions
interface
CreateTableQueryOptions
{
charset
?:
string
;
collate
?:
string
;
comment
?:
string
;
engine
?:
string
;
initialAutoIncrement
?:
number
;
rowFormat
?:
string
;
uniqueKeys
?:
{
fields
:
string
[]
;
}
[]
|
{
[
indexName
:
string
]
:
{
fields
:
string
[]
;
}
;
}
;
}
Index
Properties
charset?
collate?
comment?
engine?
initial
Auto
Increment?
row
Format?
unique
Keys?
Properties
Optional
charset
charset
?:
string
Optional
collate
collate
?:
string
Optional
comment
comment
?:
string
Optional
engine
engine
?:
string
Optional
initial
Auto
Increment
initial
Auto
Increment
?:
number
Optional
row
Format
row
Format
?:
string
Optional
unique
Keys
unique
Keys
?:
{
fields
:
string
[]
;
}
[]
|
{
[
indexName
:
string
]
:
{
fields
:
string
[]
;
}
;
}
Used for compound unique keys.
Type declaration
[
indexName
:
string
]:
{
fields
:
string
[]
;
}
fields
:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
charset
collate
comment
engine
initial
Auto
Increment
row
Format
unique
Keys
Documentation
Loading...
Used for compound unique keys.