DbThen
: string
in package
Foreign key constraint actions enum.
Defines behavior when a referenced row is deleted or updated.
Tags
Table of Contents
Cases
- CASCADE = 'CASCADE'
- NO_ACTION = 'NO ACTION'
- RESTRICT = 'RESTRICT'
- SET_DEFAULT = 'SET DEFAULT'
- SET_NULL = 'SET NULL'