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