UpdateDeleteAction Type — drizzle-orm Architecture
Architecture documentation for the UpdateDeleteAction type/interface in foreign-keys.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 23a205bd_61b0_f813_7ac5_fbba8bfa129b["UpdateDeleteAction"] 5ab311c5_4977_231c_634b_5190e6ed4054["foreign-keys.ts"] 23a205bd_61b0_f813_7ac5_fbba8bfa129b -->|defined in| 5ab311c5_4977_231c_634b_5190e6ed4054 style 23a205bd_61b0_f813_7ac5_fbba8bfa129b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/mysql-core/foreign-keys.ts lines 6–6
export type UpdateDeleteAction = 'cascade' | 'restrict' | 'no action' | 'set null' | 'set default';
Defined In
Source
Frequently Asked Questions
What is the UpdateDeleteAction type?
UpdateDeleteAction is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/foreign-keys.ts.
Where is UpdateDeleteAction defined?
UpdateDeleteAction is defined in drizzle-orm/src/mysql-core/foreign-keys.ts at line 6.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free