JsonAlterColumnSetNotNullStatement Type — drizzle-orm Architecture
Architecture documentation for the JsonAlterColumnSetNotNullStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 590aacd5_8d60_d1c6_25af_2d0b896bd390["JsonAlterColumnSetNotNullStatement"] 6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"] 590aacd5_8d60_d1c6_25af_2d0b896bd390 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f style 590aacd5_8d60_d1c6_25af_2d0b896bd390 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/src/jsonStatements.ts lines 533–544
export interface JsonAlterColumnSetNotNullStatement {
type: 'alter_table_alter_column_set_notnull';
tableName: string;
columnName: string;
schema: string;
newDataType: string;
columnDefault: string;
columnOnUpdate: boolean;
columnNotNull: boolean;
columnAutoIncrement: boolean;
columnPk: boolean;
}
Defined In
Source
Frequently Asked Questions
What is the JsonAlterColumnSetNotNullStatement type?
JsonAlterColumnSetNotNullStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonAlterColumnSetNotNullStatement defined?
JsonAlterColumnSetNotNullStatement is defined in drizzle-kit/src/jsonStatements.ts at line 533.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free