prorm API Reference
← Documentation
GitLab
Preparing search index...
index
StoredCheckConstraint
Interface StoredCheckConstraint
Internal storage for check constraints
interface
StoredCheckConstraint
{
type
:
"table"
|
"column"
;
name
:
string
;
field
?:
string
;
operator
?:
CheckOperator
;
condition
?:
(
row
:
Record
<
string
,
any
>
)
=>
boolean
;
message
?:
string
;
sql
?:
string
;
}
Index
Properties
type
name
field?
operator?
condition?
message?
sql?
Properties
type
type
:
"table"
|
"column"
name
name
:
string
Optional
field
field
?:
string
Optional
operator
operator
?:
CheckOperator
Optional
condition
condition
?:
(
row
:
Record
<
string
,
any
>
)
=>
boolean
Optional
message
message
?:
string
Optional
sql
sql
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
name
field
operator
condition
message
sql
← Documentation
GitLab
prorm API Reference
Loading...
Internal storage for check constraints