JsonAlterViewDropWithOptionStatement Type — drizzle-orm Architecture
Architecture documentation for the JsonAlterViewDropWithOptionStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD e691efba_33a4_4960_3607_9ae936090c04["JsonAlterViewDropWithOptionStatement"] 6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"] e691efba_33a4_4960_3607_9ae936090c04 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f style e691efba_33a4_4960_3607_9ae936090c04 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/src/jsonStatements.ts lines 756–768
export type JsonAlterViewDropWithOptionStatement =
& {
type: 'alter_view_drop_with_option';
schema: string;
name: string;
}
& ({
materialized: true;
with: MatViewWithOption;
} | {
materialized: false;
with: ViewWithOption;
});
Defined In
Source
Frequently Asked Questions
What is the JsonAlterViewDropWithOptionStatement type?
JsonAlterViewDropWithOptionStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonAlterViewDropWithOptionStatement defined?
JsonAlterViewDropWithOptionStatement is defined in drizzle-kit/src/jsonStatements.ts at line 756.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free