Table: team_closure
Connected to
Section titled “Connected to”This table references:
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
ancestor_id | uuid | no | References teams(id) |
descendant_id | uuid | no | References teams(id) |
depth | integer | no | — |
Full DDL
Section titled “Full DDL”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.