Home / Type/ JsonAlterColumnDropAutoincrementStatement Type — drizzle-orm Architecture

JsonAlterColumnDropAutoincrementStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 664–675

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free