Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| code | varchar | 255 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicalcertifiedcart_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 |
|
|
|||||
| verificated | bool | 1 | null |
|
|
||||||
| division_id | int4 | 10 | √ | null |
|
|
|||||
| division_last_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicalcertifiedcart_pkey | Primary key | Asc | history_id |
| api_historicalcertifiedcart_code_02534c47 | Performance | Asc | code |
| api_historicalcertifiedcart_code_02534c47_like | Performance | Asc | code |
| api_historicalcertifiedcart_division_id_5081edc0 | Performance | Asc | division_id |
| api_historicalcertifiedcart_division_last_id_0b39a093 | Performance | Asc | division_last_id |
| api_historicalcertifiedcart_history_user_id_7fd71abe | Performance | Asc | history_user_id |
| api_historicalcertifiedcart_id_319a5a12 | Performance | Asc | id |