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