Referential actions for foreign key constraints (onDelete / onUpdate).
This enum is a companion to the existing string-literal unions used for
onDelete/onUpdate fields (e.g. 'CASCADE' | 'RESTRICT' | ...). Both
forms are accepted wherever these fields appear, so existing string
literals continue to work unchanged.
Referential actions for foreign key constraints (onDelete / onUpdate).
This enum is a companion to the existing string-literal unions used for
onDelete/onUpdatefields (e.g.'CASCADE' | 'RESTRICT' | ...). Both forms are accepted wherever these fields appear, so existing string literals continue to work unchanged.Example