Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_workcenter_capacity_id_seq'::regclass) |
|
|
|||||
| workcenter_id | int4 | 10 | null |
|
|
Work Center |
|||||
| product_id | int4 | 10 | null |
|
|
Product |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| capacity | float8 | 17,17 | √ | null |
|
|
Capacity |
||||
| time_start | float8 | 17,17 | √ | null |
|
|
Setup Time (minutes) |
||||
| time_stop | float8 | 17,17 | √ | null |
|
|
Cleanup Time (minutes) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_workcenter_capacity_pkey | Primary key | Asc | id |
| mrp_workcenter_capacity_unique_product | Must be unique | Asc/Asc | workcenter_id + product_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| mrp_workcenter_capacity_positive_capacity | ((capacity > (0)::double precision)) |

