JsonAlterTableSetNewSchema Type — drizzle-orm Architecture
Architecture documentation for the JsonAlterTableSetNewSchema type/interface in jsonStatements.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 31375b65_f5f3_27a7_1e0f_df45f7004336["JsonAlterTableSetNewSchema"] 6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"] 31375b65_f5f3_27a7_1e0f_df45f7004336 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f style 31375b65_f5f3_27a7_1e0f_df45f7004336 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/src/jsonStatements.ts lines 426–431
export interface JsonAlterTableSetNewSchema {
type: 'alter_table_set_new_schema';
tableName: string;
from: string;
to: string;
}
Defined In
Source
Frequently Asked Questions
What is the JsonAlterTableSetNewSchema type?
JsonAlterTableSetNewSchema is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonAlterTableSetNewSchema defined?
JsonAlterTableSetNewSchema is defined in drizzle-kit/src/jsonStatements.ts at line 426.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free