Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('soil_amendment_task_products_id_seq'::regclass) |
|
|
|||||
| task_id | int4 | 10 | null |
|
|
||||||
| product_id | int4 | 10 | √ | null |
|
|
|||||
| weight | numeric | 36,12 | √ | null |
|
|
|||||
| weight_unit | text | 2147483647 | √ | null |
|
|
|||||
| volume | numeric | 36,12 | √ | null |
|
|
|||||
| volume_unit | text | 2147483647 | √ | null |
|
|
|||||
| application_rate_weight_unit | text | 2147483647 | √ | null |
|
|
|||||
| application_rate_volume_unit | text | 2147483647 | √ | null |
|
|
|||||
| percent_of_location_amended | numeric | 36,12 | √ | null |
|
|
|||||
| total_area_amended | numeric | 36,12 | √ | null |
|
|
|||||
| deleted | bool | 1 | false |
|
|
||||||
| created_by_user_id | varchar | 255 | '1'::character varying |
|
|
||||||
| updated_by_user_id | varchar | 255 | '1'::character varying |
|
|
||||||
| created_at | timestamptz | 35,6 | '1999-12-31 16:00:00-08'::timestamp with time zone |
|
|
||||||
| updated_at | timestamptz | 35,6 | '1999-12-31 16:00:00-08'::timestamp with time zone |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| soil_amendment_task_products_pkey | Primary key | Asc | id |
| task_product_uniqueness_composite | Must be unique | Asc/Asc | task_id + product_id |

