build() — drizzle-orm Function Reference
Architecture documentation for the build() function in bigint.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 6772fc31_86f0_6670_52f4_e48f67e8e133["build()"] 78f220fa_ae2c_61b4_4157_4eaa21e283df["MySqlBigInt53Builder"] 6772fc31_86f0_6670_52f4_e48f67e8e133 -->|defined in| 78f220fa_ae2c_61b4_4157_4eaa21e283df style 6772fc31_86f0_6670_52f4_e48f67e8e133 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/mysql-core/columns/bigint.ts lines 28–35
override build<TTableName extends string>(
table: AnyMySqlTable<{ name: TTableName }>,
): MySqlBigInt53<MakeColumnConfig<T, TTableName>> {
return new MySqlBigInt53<MakeColumnConfig<T, TTableName>>(
table,
this.config as ColumnBuilderRuntimeConfig<any, any>,
);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does build() do?
build() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/columns/bigint.ts.
Where is build() defined?
build() is defined in drizzle-orm/src/mysql-core/columns/bigint.ts at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free