Skip to content

Table: team_closure

This table references:

  • teams(id) via column ancestor_id
  • teams(id) via column descendant_id
ColumnTypeNullableNotes
ancestor_iduuidnoReferences teams(id)
descendant_iduuidnoReferences teams(id)
depthintegerno
CREATE TABLE public.team_closure (
ancestor_id uuid NOT NULL,
descendant_id uuid NOT NULL,
depth integer NOT NULL
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.