public.image¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.club public.club_image public.coach public.court_image public.event_template | (DC2Type:uuid) | ||
| type | varchar(255) | false | ||||
| path | varchar(255) | NULL::character varying | true | |||
| url | varchar(255) | NULL::character varying | true | |||
| sort_index | integer | 0 | false |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| image_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| image_pkey | CREATE UNIQUE INDEX image_pkey ON public.image USING btree (id) |
Relations¶
Generated by tbls