JsonAddValueToEnumStatement Type — drizzle-orm Architecture
Architecture documentation for the JsonAddValueToEnumStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 8a613770_7d7e_7143_5f7e_3f0b72c3841b["JsonAddValueToEnumStatement"] 6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"] 8a613770_7d7e_7143_5f7e_3f0b72c3841b -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f style 8a613770_7d7e_7143_5f7e_3f0b72c3841b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/src/jsonStatements.ts lines 127–133
export interface JsonAddValueToEnumStatement {
type: 'alter_type_add_value';
name: string;
schema: string;
value: string;
before: string;
}
Defined In
Source
Frequently Asked Questions
What is the JsonAddValueToEnumStatement type?
JsonAddValueToEnumStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonAddValueToEnumStatement defined?
JsonAddValueToEnumStatement is defined in drizzle-kit/src/jsonStatements.ts at line 127.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free