Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
ForeignKeyConstraintErrorOptions
Interface ForeignKeyConstraintErrorOptions
interface
ForeignKeyConstraintErrorOptions
{
fields
?:
{
[
field
:
string
]
:
string
;
}
;
index
?:
string
;
reltype
?:
RelationshipType
;
table
?:
string
;
value
?:
unknown
;
}
Index
Properties
fields?
index?
reltype?
table?
value?
Properties
Optional
fields
fields
?:
{
[
field
:
string
]
:
string
;
}
Type declaration
[
field
:
string
]:
string
Optional
index
index
?:
string
Optional
reltype
reltype
?:
RelationshipType
Optional
table
table
?:
string
Optional
value
value
?:
unknown
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
fields
index
reltype
table
value
Documentation
Loading...