Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| a_asset_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 |
|
|
||||||
| a_asset_id | numeric | 10 | null |
|
|
||||||
| m_product_id | numeric | 10 | null |
|
|
||||||
| m_attributesetinstance_id | numeric | 10 | null |
|
|
||||||
| m_locator_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
| a_qty_current | numeric | 0 | (0)::numeric |
|
|
||||||
| a_asset_product_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| a_asset_product_key | Primary key | Asc | a_asset_product_id |
| a_asset_product_uu_idx | Must be unique | Asc | a_asset_product_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| a_asset_product_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |