Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
qm_specification_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
value | varchar | 40 | √ | null |
|
|
|||||
name | varchar | 60 | √ | null |
|
|
|||||
description | varchar | 255 | √ | null |
|
|
|||||
m_product_id | numeric | 10 | null |
|
|
||||||
pp_product_bom_id | numeric | 10 | √ | null |
|
|
|||||
ad_workflow_id | numeric | 10 | √ | null |
|
|
|||||
m_attributeset_id | numeric | 10 | null |
|
|
||||||
validfrom | timestamp | 29,6 | √ | null |
|
|
|||||
validto | timestamp | 29,6 | √ | null |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
qm_specification_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
qm_specification_key | Primary key | Asc | qm_specification_id |
qm_specification_uu_idx | Must be unique | Asc | qm_specification_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
qm_specification_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |