Home / Type/ JsonAlterMySqlViewStatement Type — drizzle-orm Architecture

JsonAlterMySqlViewStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 786–788

export type JsonAlterMySqlViewStatement = {
	type: 'alter_mysql_view';
} & Omit<MySqlView, 'isExisting'>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free