Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
|||||||||
event_id | uuid | 2147483647 | null |
|
|
|||||||||
name | varchar | 255 | null |
|
|
|||||||||
slug | varchar | 128 | null |
|
|
|||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||
created_at | timestamp | 22 | null |
|
|
|||||||||
date | date | 13 | null |
|
|
|||||||||
difficulty | varchar | 6 | √ | null |
|
|
Difficulty of this stage (easy, medium, hard). |
|||||||
type | varchar | 7 | null |
|
|
Type of this stage (before, after, classic). |
||||||||
updated_at | timestamp | 22 | √ | NULL::timestamp without time zone |
|
|
||||||||
route_url | varchar | 255 | √ | NULL::character varying |
|
|
The URL of the route (komoot or openrunner) to embed on website |
|||||||
is_full | bool | 1 | null |
|
|
Is the event full or not (computed) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
stage_pkey | Primary key | Asc | id |
idx_c27c936971f7e88b | Performance | Asc | event_id |
idx_stage_slug | Performance | Asc | slug |
uniq_c27c9369989d9b62 | Must be unique | Asc | slug |