Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_routing_workcenter_id_seq'::regclass) |
|
|
|||||||||||||||||||||||
| workcenter_id | int4 | 10 | null |
|
|
Work Center |
|||||||||||||||||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
||||||||||||||||||||||
| bom_id | int4 | 10 | null |
|
|
Bill of Material |
|||||||||||||||||||||||
| time_mode_batch | int4 | 10 | √ | null |
|
|
Based on |
||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
Operation |
|||||||||||||||||||||||
| worksheet_type | varchar | 2147483647 | √ | null |
|
|
Worksheet |
||||||||||||||||||||||
| worksheet_google_slide | varchar | 2147483647 | √ | null |
|
|
Google Slide |
||||||||||||||||||||||
| time_mode | varchar | 2147483647 | √ | null |
|
|
Duration Computation |
||||||||||||||||||||||
| 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_cycle_manual | float8 | 17,17 | √ | null |
|
|
Manual Duration |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_routing_workcenter_pkey | Primary key | Asc | id |
| mrp_routing_workcenter__bom_id_index | Performance | Asc | bom_id |

