prorm API Reference
← Documentation
GitLab
Preparing search index...
index
DatabaseForeignKeyInfo
Interface DatabaseForeignKeyInfo
Foreign key information from database
interface
DatabaseForeignKeyInfo
{
name
:
string
;
fields
:
string
[]
;
references
:
{
table
:
string
;
fields
:
string
[]
}
;
onDelete
?:
string
;
onUpdate
?:
string
;
}
Index
Properties
name
fields
references
on
Delete?
on
Update?
Properties
name
name
:
string
fields
fields
:
string
[]
references
references
:
{
table
:
string
;
fields
:
string
[]
}
Optional
on
Delete
onDelete
?:
string
Optional
on
Update
onUpdate
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
fields
references
on
Delete
on
Update
← Documentation
GitLab
prorm API Reference
Loading...
Foreign key information from database