isCiTextColumn() — supabase Function Reference
Architecture documentation for the isCiTextColumn() function in types.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD da393bec_02b3_6aea_417a_1eab2e9c2744["isCiTextColumn()"] 8b569225_6cd6_9d1c_0356_7e06bb83c474["getColumnType()"] 8b569225_6cd6_9d1c_0356_7e06bb83c474 -->|calls| da393bec_02b3_6aea_417a_1eab2e9c2744 style da393bec_02b3_6aea_417a_1eab2e9c2744 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/grid/utils/types.ts lines 43–45
export function isCiTextColumn(format: string) {
return USER_DEFINED_TEXT_TYPES.indexOf(format.toLowerCase()) > -1
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isCiTextColumn() do?
isCiTextColumn() is a function in the supabase codebase.
What calls isCiTextColumn()?
isCiTextColumn() is called by 1 function(s): getColumnType.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free