Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| amount | varchar | 255 | √ | null |
|
|
|||||
| difference_amount | varchar | 255 | √ | null |
|
|
|||||
| verified | bool | 1 | √ | null |
|
|
|||||
| verified_at | date | 13 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicaldepositform_history_id_seq'::regclass) |
|
|
|||||
| history_date | timestamptz | 35,6 | null |
|
|
||||||
| history_change_reason | varchar | 100 | √ | null |
|
|
|||||
| history_type | varchar | 1 | null |
|
|
||||||
| bank_account_id | int4 | 10 | √ | null |
|
|
|||||
| employee_who_counts_id | int4 | 10 | √ | null |
|
|
|||||
| history_user_id | int4 | 10 | √ | null |
|
|
|||||
| supervisor_id | int4 | 10 | √ | null |
|
|
|||||
| packing_id | int4 | 10 | √ | null |
|
|
|||||
| bank_account_number | varchar | 255 | √ | null |
|
|
|||||
| currency_id | int4 | 10 | √ | null |
|
|
|||||
| review | text | 2147483647 | √ | null |
|
|
|||||
| supervisor_extra_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicaldepositform_pkey | Primary key | Asc | history_id |
| api_historicaldepositform_bank_account_id_ff1ef3c0 | Performance | Asc | bank_account_id |
| api_historicaldepositform_currency_id_6b02d42d | Performance | Asc | currency_id |
| api_historicaldepositform_employee_who_counts_id_f4bea24d | Performance | Asc | employee_who_counts_id |
| api_historicaldepositform_history_user_id_5beb5d79 | Performance | Asc | history_user_id |
| api_historicaldepositform_id_d02a7625 | Performance | Asc | id |
| api_historicaldepositform_packing_id_88cd96bb | Performance | Asc | packing_id |
| api_historicaldepositform_supervisor_extra_id_2c4551d1 | Performance | Asc | supervisor_extra_id |
| api_historicaldepositform_supervisor_id_f9aeab57 | Performance | Asc | supervisor_id |