ColumnType Type — supabase Architecture
Architecture documentation for the ColumnType type/interface in base.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/grid/types/base.ts lines 15–29
export type ColumnType =
| 'array'
| 'boolean'
| 'date'
| 'datetime'
| 'enum'
| 'foreign_key'
| 'json'
| 'number'
| 'primary_key'
| 'text'
| 'citext'
| 'time'
| 'binary'
| 'unknown'
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free