prorm API Reference
← Documentation
GitLab
Preparing search index...
index
ForeignKeyMetadata
Interface ForeignKeyMetadata
Metadata stored on property
interface
ForeignKeyMetadata
{
propertyName
:
string
;
onDelete
?:
ForeignKeyAction
;
onUpdate
?:
ForeignKeyAction
;
references
?:
ReferencesOptions
;
deferrable
?:
DeferrableOptions
;
}
Index
Properties
property
Name
on
Delete?
on
Update?
references?
deferrable?
Properties
property
Name
propertyName
:
string
Optional
on
Delete
onDelete
?:
ForeignKeyAction
Optional
on
Update
onUpdate
?:
ForeignKeyAction
Optional
references
references
?:
ReferencesOptions
Optional
deferrable
deferrable
?:
DeferrableOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
property
Name
on
Delete
on
Update
references
deferrable
← Documentation
GitLab
prorm API Reference
Loading...
Metadata stored on property