Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mp_ot_resource_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| updatedby | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| costamt | numeric | 0 | √ | null |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | null |
|
|
||||||
| mp_ot_task_id | numeric | 10 | null |
|
|
||||||
| m_bom_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| processed | bpchar | 1 | null |
|
|
||||||
| resourceqty | numeric | 0 | √ | null |
|
|
|||||
| resourcetype | varchar | 2 | √ | NULL::character varying |
|
|
|||||
| s_resource_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| mp_ot_resource_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| m_inventoryline_id | numeric | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mp_ot_resource_key | Primary key | Asc | mp_ot_resource_id |
| mp_ot_resource_uu_idx | Must be unique | Asc | mp_ot_resource_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| mp_ot_resource_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| mp_ot_resource_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |