Home / Type/ AnyColumn Type — drizzle-orm Architecture

AnyColumn Type — drizzle-orm Architecture

Architecture documentation for the AnyColumn type/interface in column.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  db3dff4a_b547_629e_85b2_41efb55ef257["AnyColumn"]
  7bd0ba6a_93b0_0df7_7f87_d1a726b246cb["column.ts"]
  db3dff4a_b547_629e_85b2_41efb55ef257 -->|defined in| 7bd0ba6a_93b0_0df7_7f87_d1a726b246cb
  style db3dff4a_b547_629e_85b2_41efb55ef257 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/column.ts lines 134–136

export type AnyColumn<TPartial extends Partial<ColumnBaseConfig<ColumnDataType, string>> = {}> = Column<
	Required<Update<ColumnBaseConfig<ColumnDataType, string>, TPartial>>
>;

Frequently Asked Questions

What is the AnyColumn type?
AnyColumn is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/column.ts.
Where is AnyColumn defined?
AnyColumn is defined in drizzle-orm/src/column.ts at line 134.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free