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