Ir al contenido

Table: team_memberships

Esta página aún no está disponible en tu idioma.

This table references:

  • teams(id) via column team_id
ColumnTypeNullableNotes
team_iduuidnoReferences teams(id)
user_refbigintno
added_attimestampnoDefault now()
added_by_user_refbigintyes
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.