Home / Type/ SupaColumn Type — supabase Architecture

SupaColumn Type — supabase Architecture

Architecture documentation for the SupaColumn type/interface in table.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/types/table.ts lines 6–21

export interface SupaColumn {
  readonly dataType: string
  readonly format: string
  readonly name: string
  readonly comment?: string | null
  readonly defaultValue?: string | null
  readonly enum?: string[] | null
  readonly isPrimaryKey?: boolean
  readonly isIdentity?: boolean
  readonly isGeneratable?: boolean
  readonly isNullable?: boolean
  readonly isUpdatable?: boolean
  readonly isEncrypted?: boolean
  readonly foreignKey?: GridForeignKey
  position: number
}

Analyze Your Own Codebase

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

Try Supermodel Free