Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
IndexDescription
Interface IndexDescription
interface
IndexDescription
{
fields
:
IndexFieldDescription
[]
;
includes
:
undefined
|
string
[]
;
name
:
string
;
primary
:
boolean
;
tableName
:
undefined
|
string
;
type
:
undefined
|
string
;
unique
:
boolean
;
}
Index
Properties
fields
includes
name
primary
table
Name
type
unique
Properties
fields
fields
:
IndexFieldDescription
[]
includes
includes
:
undefined
|
string
[]
name
name
:
string
primary
primary
:
boolean
table
Name
table
Name
:
undefined
|
string
type
type
:
undefined
|
string
unique
unique
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
fields
includes
name
primary
table
Name
type
unique
Documentation
Loading...