Home / Type/ JsonDropIndexStatement Type — drizzle-orm Architecture

JsonDropIndexStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 446–451

export interface JsonDropIndexStatement {
	type: 'drop_index';
	tableName: string;
	data: string;
	schema: string;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free