Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id_portion | int4 | 10 | √ | null |
|
|
Identifiant de la portion cyclable à laquelle appartient l’étape (clé étrangère) |
|||
| id_itineraire | int4 | 10 | √ | null |
|
|
Identifiant de l’itinéraire cyclable auquel appartient l’étape (clé étrangère) |
|||
| id | serial | 10 | √ | nextval('veloroutes.etape_id_seq'::regclass) |
|
|
identifiant de l’étape |
|||
| etape | int4 | 10 | √ | null |
|
|
Numéro d’ordre de l’étape dans l’itinéraire |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| etape_pkey | Primary key | Asc | id |



