public.team¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.event_registration public.team_member | Unique identifier for the team.(DC2Type:uuid) |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| team_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| team_pkey | CREATE UNIQUE INDEX team_pkey ON public.team USING btree (id) |
Relations¶
Generated by tbls