Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| harvest_use_id | serial | 10 | √ | nextval('"harvestUse_harvest_use_id_seq"'::regclass) |
|
|
|||||
| task_id | int4 | 10 | null |
|
|
||||||
| harvest_use_type_id | int4 | 10 | null |
|
|
||||||
| quantity | numeric | 36,12 | √ | null |
|
|
|||||
| quantity_unit | text | 2147483647 | √ | 'kg'::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| harvestUse_pkey | Primary key | Asc | harvest_use_id |
| harvestuse_activity_id_harvest_use_type_id_unique | Must be unique | Asc/Asc | task_id + harvest_use_type_id |



