pg-structure / Action
# Enumeration: Action
Actions performed when the data in the foreign key referenced columns is changed.
# Enumeration members
# Cascade
• Cascade: = "CASCADE"
Defined in: types/index.ts:30
# NoAction
• NoAction: = "NO ACTION"
Defined in: types/index.ts:34
# Restrict
• Restrict: = "RESTRICT"
Defined in: types/index.ts:33
# SetDefault
• SetDefault: = "SET DEFAULT"
Defined in: types/index.ts:32
# SetNull
• SetNull: = "SET NULL"
Defined in: types/index.ts:31