longtext() — drizzle-orm Function Reference
Architecture documentation for the longtext() function in text.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 99cc12b6_01c1_2cf6_64e1_43f9b8972d37["longtext()"] 08f1f69b_2d74_a054_bf7f_31e92d6e16e8["text.ts"] 99cc12b6_01c1_2cf6_64e1_43f9b8972d37 -->|defined in| 08f1f69b_2d74_a054_bf7f_31e92d6e16e8 style 99cc12b6_01c1_2cf6_64e1_43f9b8972d37 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/singlestore-core/columns/text.ts lines 113–116
export function longtext(a?: string | SingleStoreTextConfig, b: SingleStoreTextConfig = {}): any {
const { name, config } = getColumnNameAndConfig<SingleStoreTextConfig>(a, b);
return new SingleStoreTextBuilder(name, 'longtext', config as any);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does longtext() do?
longtext() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/singlestore-core/columns/text.ts.
Where is longtext() defined?
longtext() is defined in drizzle-orm/src/singlestore-core/columns/text.ts at line 113.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free