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
initialAutoIncrement
?:
number
Optional
row
Format
rowFormat
?:
string
Optional
unique
Keys
uniqueKeys
?:
|
{
fields
:
string
[]
}
[]
|
{
[
indexName
:
string
]:
{
fields
:
string
[]
}
}
Used for compound unique keys.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
charset
collate
comment
engine
initial
Auto
Increment
row
Format
unique
Keys
Documentation
Loading...
Used for compound unique keys.