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