Search
Preparing search index...
The search index is not available
@sequelize/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@sequelize/core
AddForeignKeyConstraintOptions
Interface AddForeignKeyConstraintOptions
Hierarchy
BaseConstraintOptions
AddForeignKeyConstraintOptions
Index
Properties
deferrable
fields
name
on
Delete
on
Update
references
type
Properties
Optional
deferrable
deferrable
?:
Deferrable
fields
fields
:
string
[]
Optional
name
name
?:
string
on
Delete
on
Delete
:
string
on
Update
on
Update
:
string
Optional
references
references
?:
{
field
:
string
;
table
:
TableName
}
Type declaration
field
:
string
table
:
TableName
type
type
:
"foreign key"
Exports
Data
Types
Utils
Add
Foreign
Key
Constraint
Options
deferrable
fields
name
on
Delete
on
Update
references
type
Generated using
TypeDoc