Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_correcaoestoquek280_id | numeric | 10 | null |
|
|
||||||
cof_correcaoestoquek280_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
k280_dt_est | timestamp | 29,6 | null |
|
|
||||||
k280_cod_item | varchar | 60 | null |
|
|
||||||
k280_qtd_cor_pos | numeric | 0 | √ | null |
|
|
|||||
k280_qtd_cor_neg | numeric | 0 | √ | null |
|
|
|||||
k280_ind_est | bpchar | 1 | null |
|
|
||||||
k280_cod_part | varchar | 60 | √ | NULL::character varying |
|
|
|||||
cof_estoqueescrituradok200_id | numeric | 10 | √ | null |
|
|
|||||
m_product_id | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_correcaoestoquek280_key | Primary key | Asc | cof_correcaoestoquek280_id |
cof_correcaoestoquek280_uu_idx | Must be unique | Asc | cof_correcaoestoquek280_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_correcaoestoquek280_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |