MySqlBigIntConfig Type — drizzle-orm Architecture
Architecture documentation for the MySqlBigIntConfig type/interface in bigint.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 330080f4_f0d6_c1b0_25b5_1a874a55f742["MySqlBigIntConfig"] b668ec7c_3eec_efd8_a611_2f2f76754bfd["bigint.ts"] 330080f4_f0d6_c1b0_25b5_1a874a55f742 -->|defined in| b668ec7c_3eec_efd8_a611_2f2f76754bfd style 330080f4_f0d6_c1b0_25b5_1a874a55f742 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/mysql-core/columns/bigint.ts lines 100–103
export interface MySqlBigIntConfig<T extends 'number' | 'bigint' = 'number' | 'bigint'> {
mode: T;
unsigned?: boolean;
}
Defined In
Source
Frequently Asked Questions
What is the MySqlBigIntConfig type?
MySqlBigIntConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/columns/bigint.ts.
Where is MySqlBigIntConfig defined?
MySqlBigIntConfig is defined in drizzle-orm/src/mysql-core/columns/bigint.ts at line 100.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free