Home / Type/ JsonAlterColumnDropPrimaryKeyStatement Type — drizzle-orm Architecture

JsonAlterColumnDropPrimaryKeyStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  faafa344_3269_c36a_7fc7_2960fc31970c["JsonAlterColumnDropPrimaryKeyStatement"]
  31231534_0090_8d6c_18c0_6c37edc6b269["jsonStatements.ts"]
  faafa344_3269_c36a_7fc7_2960fc31970c -->|defined in| 31231534_0090_8d6c_18c0_6c37edc6b269
  style faafa344_3269_c36a_7fc7_2960fc31970c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 499–504

export interface JsonAlterColumnDropPrimaryKeyStatement {
	type: 'alter_table_alter_column_drop_pk';
	tableName: string;
	columnName: string;
	schema: string;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free