Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| quantity | varchar | 255 | null |
|
|
||||||
| counted_quantity | varchar | 255 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicaldepositformdetail_history_id_seq'::regclass) |
|
|
|||||
| history_date | timestamptz | 35,6 | null |
|
|
||||||
| history_change_reason | varchar | 100 | √ | null |
|
|
|||||
| history_type | varchar | 1 | null |
|
|
||||||
| currency_detail_id | int4 | 10 | √ | null |
|
|
|||||
| deposit_form_id | int4 | 10 | √ | null |
|
|
|||||
| history_user_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicaldepositformdetail_pkey | Primary key | Asc | history_id |
| api_historicaldepositformdetail_currency_detail_id_5df8740b | Performance | Asc | currency_detail_id |
| api_historicaldepositformdetail_deposit_form_id_f305f02e | Performance | Asc | deposit_form_id |
| api_historicaldepositformdetail_history_user_id_a41b1be3 | Performance | Asc | history_user_id |
| api_historicaldepositformdetail_id_e2808f31 | Performance | Asc | id |