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