Preparing search index...
The search index is not available
@sequelize/core
@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"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@sequelize/core
Data
Types
Utils
Add
Foreign
Key
Constraint
Options
deferrable?
fields
name?
on
Delete
on
Update
references?
type
Generated using
TypeDoc