Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
m_attributesetinstance_id | numeric | 10 | null |
|
|
||||||
movementqty | numeric | 0 | null |
|
|
||||||
pp_cost_collectorma_id | numeric | 10 | null |
|
|
||||||
pp_cost_collector_id | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
pp_cost_collectorma_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pp_cost_collectorma_key | Primary key | Asc | pp_cost_collectorma_id |
pp_cost_collectorma_uu_idx | Must be unique | Asc | pp_cost_collectorma_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
pp_cost_collectorma_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |