Home / Type/ JsonDropTableStatement Type — drizzle-orm Architecture

JsonDropTableStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 85–90

export interface JsonDropTableStatement {
	type: 'drop_table';
	tableName: string;
	schema: string;
	policies?: string[];
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free