Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_tourdetail_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| date_end | timestamptz | 35,6 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| origin_destination_id | int4 | 10 | √ | null |
|
|
|||||
| date_start | timestamptz | 35,6 | √ | null |
|
|
|||||
| division_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_tourdetail_pkey | Primary key | Asc | id |
| api_tourdetail_division_id_28e733c7 | Performance | Asc | division_id |
| api_tourdetail_origin_destination_id_7658aeee | Performance | Asc | origin_destination_id |