Home / Type/ TableNodeData Type — supabase Architecture

TableNodeData Type — supabase Architecture

Architecture documentation for the TableNodeData type/interface in SchemaTableNode.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Schemas/SchemaTableNode.tsx lines 12–27

export type TableNodeData = {
  id: number
  schema: string
  name: string
  ref?: string
  isForeign: boolean
  columns: {
    id: string
    isPrimary: boolean
    isNullable: boolean
    isUnique: boolean
    isIdentity: boolean
    name: string
    format: string
  }[]
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free