Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
BaseConstraintQueryOptions
Interface BaseConstraintQueryOptions
interface
BaseConstraintQueryOptions
{
fields
:
(
string
|
BaseSqlExpression
|
{
attribute
?:
string
;
name
:
string
;
}
)
[]
;
name
?:
string
;
type
:
ConstraintType
;
}
Hierarchy (
view full
)
BaseConstraintQueryOptions
AddCheckConstraintQueryOptions
AddDefaultConstraintQueryOptions
AddUniqueConstraintQueryOptions
AddPrimaryKeyConstraintQueryOptions
AddForeignKeyConstraintQueryOptions
Index
Properties
fields
name?
type
Properties
fields
fields
:
(
string
|
BaseSqlExpression
|
{
attribute
?:
string
;
name
:
string
;
}
)
[]
Optional
name
name
?:
string
type
type
:
ConstraintType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
fields
name
type
Documentation
Loading...