public.facility¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.club_facility | Unique identifier for the facility(DC2Type:uuid) | ||
| contentful_id | varchar(64) | false | Unique identifier from Contentful CMS | |||
| type | varchar(255) | false | Type or category of the facility (e.g., parking, wifi, locker room) | |||
| name | varchar(255) | false | Display name of the facility | |||
| icon_url | varchar(255) | NULL::character varying | true | URL to the facility icon image |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| facility_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| facility_pkey | CREATE UNIQUE INDEX facility_pkey ON public.facility USING btree (id) |
| uniq_105994b2d756ce8c | CREATE UNIQUE INDEX uniq_105994b2d756ce8c ON public.facility USING btree (contentful_id) |
Relations¶
Generated by tbls