Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| date_end | timestamptz | 35,6 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicaltourdetail_history_id_seq'::regclass) |
|
|
|||||
| history_date | timestamptz | 35,6 | null |
|
|
||||||
| history_change_reason | varchar | 100 | √ | null |
|
|
|||||
| history_type | varchar | 1 | null |
|
|
||||||
| history_user_id | int4 | 10 | √ | 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_historicaltourdetail_pkey | Primary key | Asc | history_id |
| api_historicaltourdetail_division_id_55b0a397 | Performance | Asc | division_id |
| api_historicaltourdetail_history_user_id_9a33872b | Performance | Asc | history_user_id |
| api_historicaltourdetail_id_6a84f013 | Performance | Asc | id |
| api_historicaltourdetail_origin_destination_id_0ee39726 | Performance | Asc | origin_destination_id |