Home / Type/ JsonAlterColumnSetPrimaryKeyStatement Type — drizzle-orm Architecture

JsonAlterColumnSetPrimaryKeyStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 492–497

export interface JsonAlterColumnSetPrimaryKeyStatement {
	type: 'alter_table_alter_column_set_pk';
	tableName: string;
	schema: string;
	columnName: string;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free