Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cof_reason_closing_order_id | numeric | 10 | null |
|
|
||||||||||||
cof_reason_closing_order_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 | 22 | null |
|
|
||||||||||||
createdby | numeric | 10 | null |
|
|
||||||||||||
updated | timestamp | 22 | null |
|
|
||||||||||||
updatedby | numeric | 10 | null |
|
|
||||||||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||||||||
cof_reasonlist | varchar | 2 | √ | NULL::character varying |
|
|
|||||||||||
cof_reason_title | varchar | 255 | √ | NULL::character varying |
|
|
|||||||||||
value | varchar | 40 | NULL::character varying |
|
|
||||||||||||
cof_exigirdadospn | bpchar | 1 | 'N'::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_reason_closing_order_key | Primary key | Asc | cof_reason_closing_order_id |
cof_reason_closing_order_uuidx | Must be unique | Asc | cof_reason_closing_order_uu |
cof_reason_closing_order_value | Must be unique | Asc/Asc/Asc | ad_client_id + ad_org_id + value |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_reason_closing_order_cof_exigirdadospn_check | ((cof_exigirdadospn = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_reason_closing_order_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |