Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_depositformdetail_id_seq'::regclass) |
|
|
|||||
| 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 |
|
|
||||||
| currency_detail_id | int4 | 10 | √ | null |
|
|
|||||
| deposit_form_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_depositformdetail_pkey | Primary key | Asc | id |
| api_depositformdetail_currency_detail_id_a9a1c3ed | Performance | Asc | currency_detail_id |
| api_depositformdetail_deposit_form_id_7cb2c2f3 | Performance | Asc | deposit_form_id |