UpdateColConfig Type — drizzle-orm Architecture
Architecture documentation for the UpdateColConfig type/interface in column.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD b75ec4d2_2c39_b693_0d45_55f055db092a["UpdateColConfig"] 7bd0ba6a_93b0_0df7_7f87_d1a726b246cb["column.ts"] b75ec4d2_2c39_b693_0d45_55f055db092a -->|defined in| 7bd0ba6a_93b0_0df7_7f87_d1a726b246cb style b75ec4d2_2c39_b693_0d45_55f055db092a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/column.ts lines 129–132
export type UpdateColConfig<
T extends ColumnBaseConfig<ColumnDataType, string>,
TUpdate extends Partial<ColumnBaseConfig<ColumnDataType, string>>,
> = Update<T, TUpdate>;
Defined In
Source
Frequently Asked Questions
What is the UpdateColConfig type?
UpdateColConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/column.ts.
Where is UpdateColConfig defined?
UpdateColConfig is defined in drizzle-orm/src/column.ts at line 129.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free