Table: team_follows
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
user_ref | bigint | no | References user(ref) |
team_id | uuid | no | References teams(id) |
created_at | timestamp | no | Default now() |
Full DDL
Section titled “Full DDL”CREATE TABLE public.team_follows ( user_ref bigint NOT NULL, team_id uuid NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL);Please see the schema overview for context. This document was last regenerated on 2026-09-23T03:23:00.434Z.