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