Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
GetConstraintSnippetQueryOptions
Interface GetConstraintSnippetQueryOptions
Hierarchy
GetConstraintSnippetQueryOptions
Index
Properties
default
Value?
deferrable?
fields
name?
on
Delete?
on
Update?
references?
type
where?
Properties
Optional
default
Value
default
Value
?:
unknown
Optional
deferrable
deferrable
?:
Deferrable
fields
fields
:
(
string
|
BaseSqlExpression
|
{
attribute
?:
string
;
name
:
string
;
}
)
[]
Optional
name
name
?:
string
Optional
on
Delete
on
Delete
?:
ReferentialAction
Optional
on
Update
on
Update
?:
ReferentialAction
Optional
references
references
?:
{
field
?:
string
;
fields
:
string
[]
;
table
:
TableNameOrModel
;
}
|
{
field
:
string
;
fields
?:
string
[]
;
table
:
TableNameOrModel
;
}
Type declaration
Optional
field
?:
string
fields
:
string
[]
table
:
TableNameOrModel
Type declaration
field
:
string
Optional
fields
?:
string
[]
table
:
TableNameOrModel
type
type
:
ConstraintType
Optional
where
where
?:
WhereOptions
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
default
Value
deferrable
fields
name
on
Delete
on
Update
references
type
where
Documentation
@sequelize/core
@sequelize/validator.js
Generated using
TypeDoc