Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_workcenter_productivity_id_seq'::regclass) |
|
|
|||||
| workcenter_id | int4 | 10 | null |
|
|
Work Center |
|||||
| company_id | int4 | 10 | null |
|
|
Company |
|||||
| workorder_id | int4 | 10 | √ | null |
|
|
Work Order |
||||
| user_id | int4 | 10 | √ | null |
|
|
User |
||||
| loss_id | int4 | 10 | null |
|
|
Loss Reason |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| loss_type | varchar | 2147483647 | √ | null |
|
|
Effectiveness |
||||
| description | text | 2147483647 | √ | null |
|
|
Description |
||||
| date_start | timestamp | 29,6 | null |
|
|
Start Date |
|||||
| date_end | timestamp | 29,6 | √ | null |
|
|
End Date |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| duration | float8 | 17,17 | √ | null |
|
|
Duration |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_workcenter_productivity_pkey | Primary key | Asc | id |
| mrp_workcenter_productivity__company_id_index | Performance | Asc | company_id |
| mrp_workcenter_productivity__workcenter_id_index | Performance | Asc | workcenter_id |
| mrp_workcenter_productivity__workorder_id_index | Performance | Asc | workorder_id |

