Home / Type/ JsonIndRenamePolicyStatement Type — drizzle-orm Architecture

JsonIndRenamePolicyStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 281–286

export interface JsonIndRenamePolicyStatement {
	type: 'rename_ind_policy';
	tableKey: string;
	oldName: string;
	newName: string;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free