Skip to content

public.sport

Description

Columns

Name Type Default Nullable Children Parents Comment
id uuid false public.court public.equipment public.club_event Unique identifier for the sport(DC2Type:uuid)
type varchar(255) false Sport type identifier (e.g., TENNIS, PADEL, PICKLEBALL). Must be one of the predefined TYPES constants. Used to determine available features and equipment.

Constraints

Name Type Definition
sport_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
sport_pkey CREATE UNIQUE INDEX sport_pkey ON public.sport USING btree (id)
uniq_1a85efd28cde5729 CREATE UNIQUE INDEX uniq_1a85efd28cde5729 ON public.sport USING btree (type)

Relations

er


Generated by tbls