prorm API Reference
← Documentation
GitLab
Preparing search index...
index
DatabaseConstraintInfo
Interface DatabaseConstraintInfo
Constraint information from database (via showConstraints)
interface
DatabaseConstraintInfo
{
name
:
string
;
type
:
"UNIQUE"
|
"PRIMARY KEY"
|
"CHECK"
;
fields
?:
string
[]
;
check
?:
string
;
}
Index
Properties
name
type
fields?
check?
Properties
name
name
:
string
type
type
:
"UNIQUE"
|
"PRIMARY KEY"
|
"CHECK"
Optional
fields
fields
?:
string
[]
Optional
check
check
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
type
fields
check
← Documentation
GitLab
prorm API Reference
Loading...
Constraint information from database (via showConstraints)