Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
i_product_id | numeric | 10 | null |
|
|
|||
ad_client_id | numeric | 10 | √ | null |
|
|
||
ad_org_id | numeric | 10 | √ | null |
|
|
||
isactive | bpchar | 1 | √ | 'Y'::bpchar |
|
|
||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||
createdby | numeric | 10 | √ | null |
|
|
||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||
updatedby | numeric | 10 | √ | null |
|
|
||
i_isimported | bpchar | 1 | 'N'::bpchar |
|
|
|||
i_errormsg | varchar | 2000 | √ | null |
|
|
Constraint Name | Constraint |
---|---|
i_product_discontinued_check | ((discontinued = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_product_lbr_hassubstitution_check | ((lbr_hassubstitution = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_product_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_product_ismanufactured_check | ((ismanufactured = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_product_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |