Home / Type/ JsonAlterColumnDropOnUpdateStatement Type — drizzle-orm Architecture

JsonAlterColumnDropOnUpdateStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 638–649

export interface JsonAlterColumnDropOnUpdateStatement {
	type: 'alter_table_alter_column_drop_on_update';
	tableName: string;
	columnName: string;
	schema: string;
	newDataType: string;
	columnDefault: string;
	columnOnUpdate: boolean;
	columnNotNull: boolean;
	columnAutoIncrement: boolean;
	columnPk: boolean;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free