isBinaryColumn() — supabase Function Reference
Architecture documentation for the isBinaryColumn() function in types.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD fa288f5a_193f_1b34_c08f_da60572b2f89["isBinaryColumn()"] 8b569225_6cd6_9d1c_0356_7e06bb83c474["getColumnType()"] 8b569225_6cd6_9d1c_0356_7e06bb83c474 -->|calls| fa288f5a_193f_1b34_c08f_da60572b2f89 style fa288f5a_193f_1b34_c08f_da60572b2f89 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/grid/utils/types.ts lines 73–75
export function isBinaryColumn(type: string) {
return BINARY_TYPES.indexOf(type.toLowerCase()) > -1
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isBinaryColumn() do?
isBinaryColumn() is a function in the supabase codebase.
What calls isBinaryColumn()?
isBinaryColumn() 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