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