Home / Function/ isTextColumn() — supabase Function Reference

isTextColumn() — supabase Function Reference

Architecture documentation for the isTextColumn() function in types.ts from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  cc94f4f7_153d_80de_78c9_5b04a4cb6224["isTextColumn()"]
  8b569225_6cd6_9d1c_0356_7e06bb83c474["getColumnType()"]
  8b569225_6cd6_9d1c_0356_7e06bb83c474 -->|calls| cc94f4f7_153d_80de_78c9_5b04a4cb6224
  style cc94f4f7_153d_80de_78c9_5b04a4cb6224 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/studio/components/grid/utils/types.ts lines 38–40

export function isTextColumn(type: string) {
  return TEXT_TYPES.indexOf(type.toLowerCase()) > -1
}

Subdomains

Called By

Frequently Asked Questions

What does isTextColumn() do?
isTextColumn() is a function in the supabase codebase.
What calls isTextColumn()?
isTextColumn() 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