Home / Type/ JsonAlterViewAlterSchemaStatement Type — drizzle-orm Architecture

JsonAlterViewAlterSchemaStatement Type — drizzle-orm Architecture

Architecture documentation for the JsonAlterViewAlterSchemaStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  38b1ef55_2ddf_7a4a_801a_4c69ba54e00b["JsonAlterViewAlterSchemaStatement"]
  6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"]
  38b1ef55_2ddf_7a4a_801a_4c69ba54e00b -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f
  style 38b1ef55_2ddf_7a4a_801a_4c69ba54e00b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 734–740

export interface JsonAlterViewAlterSchemaStatement {
	type: 'alter_view_alter_schema';
	fromSchema: string;
	toSchema: string;
	name: string;
	materialized?: boolean;
}

Frequently Asked Questions

What is the JsonAlterViewAlterSchemaStatement type?
JsonAlterViewAlterSchemaStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonAlterViewAlterSchemaStatement defined?
JsonAlterViewAlterSchemaStatement is defined in drizzle-kit/src/jsonStatements.ts at line 734.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free