SupaTable Type — supabase Architecture
Architecture documentation for the SupaTable type/interface in table.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/grid/types/table.ts lines 23–33
export interface SupaTable {
readonly id: number
readonly type: ENTITY_TYPE
readonly columns: SupaColumn[]
readonly name: string
readonly schema?: string | null
readonly comment?: string | null
readonly estimateRowCount: number
readonly primaryKey?: string[]
readonly uniqueIndexes?: string[][]
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free