Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_pinstance_id | numeric | 10 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | √ | null |
|
|
|||||
levelno | numeric | 10 | √ | null |
|
|
|||||
levels | varchar | 250 | √ | null |
|
|
|||||
m_product_id | numeric | 10 | √ | null |
|
|
|||||
pp_product_bomline_id | numeric | 10 | √ | null |
|
|
Constraint Name | Constraint |
---|---|
t_bomline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
t_bomline_iscostfrozen_check | ((iscostfrozen = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
t_bomline_implosion_check | ((implosion = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |