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