Home / Type/ JsonAlterColumnDropNotNullStatement Type — drizzle-orm Architecture

JsonAlterColumnDropNotNullStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 546–557

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free