Table: team_memberships
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
teams(id) via columnteam_id
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
team_id | uuid | no | References teams(id) |
user_ref | bigint | no | — |
added_at | timestamp | no | Default now() |
added_by_user_ref | bigint | yes | — |
Full DDL
Section titled “Full DDL”CREATE TABLE public.team_memberships ( team_id uuid NOT NULL, user_ref bigint NOT NULL, added_at timestamp with time zone DEFAULT now() NOT NULL, added_by_user_ref bigint);Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.