Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_workcenter_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||
| resource_id | int4 | 10 | null |
|
|
Resource |
||||||||||||||||||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
|||||||||||||||||||||||||
| resource_calendar_id | int4 | 10 | √ | null |
|
|
Working Hours |
|||||||||||||||||||||||||
| sequence | int4 | 10 | null |
|
|
Sequence |
||||||||||||||||||||||||||
| color | int4 | 10 | √ | null |
|
|
Color |
|||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||||||||
| name | varchar | 2147483647 | √ | null |
|
|
Work Center |
|||||||||||||||||||||||||
| code | varchar | 2147483647 | √ | null |
|
|
Code |
|||||||||||||||||||||||||
| working_state | varchar | 2147483647 | √ | null |
|
|
Workcenter Status |
|||||||||||||||||||||||||
| note | text | 2147483647 | √ | null |
|
|
Description |
|||||||||||||||||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
|||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
|||||||||||||||||||||||||
| time_efficiency | float8 | 17,17 | √ | null |
|
|
Time Efficiency |
|||||||||||||||||||||||||
| default_capacity | float8 | 17,17 | √ | null |
|
|
Capacity |
|||||||||||||||||||||||||
| costs_hour | float8 | 17,17 | √ | null |
|
|
Cost per hour |
|||||||||||||||||||||||||
| time_start | float8 | 17,17 | √ | null |
|
|
Setup Time |
|||||||||||||||||||||||||
| time_stop | float8 | 17,17 | √ | null |
|
|
Cleanup Time |
|||||||||||||||||||||||||
| oee_target | float8 | 17,17 | √ | null |
|
|
OEE Target |
|||||||||||||||||||||||||
| analytic_distribution | jsonb | 2147483647 | √ | null |
|
|
Analytic Distribution |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_workcenter_pkey | Primary key | Asc | id |
| mrp_workcenter__company_id_index | Performance | Asc | company_id |
| mrp_workcenter__resource_calendar_id_index | Performance | Asc | resource_calendar_id |
| mrp_workcenter__resource_id_index | Performance | Asc | resource_id |
| mrp_workcenter_analytic_distribution_accounts_gin_index | Performance |

