Home / Type/ JsonRenameTableStatement Type — drizzle-orm Architecture

JsonRenameTableStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 92–98

export interface JsonRenameTableStatement {
	type: 'rename_table';
	fromSchema: string;
	toSchema: string;
	tableNameFrom: string;
	tableNameTo: string;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free