Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_activity_id | numeric | 10 | null |
|
|
||||||
cof_activity_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 |
|
|
||||||
value | varchar | 40 | null |
|
|
||||||
subject | varchar | 70 | null |
|
|
||||||
startdate | timestamp | 29,6 | null |
|
|
||||||
enddate | timestamp | 29,6 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
ad_user_id | numeric | 10 | √ | null |
|
|
|||||
cof_activity_type_id | numeric | 10 | null |
|
|
||||||
cof_activity_status_id | numeric | 10 | √ | null |
|
|
|||||
cof_activity_action_id | numeric | 10 | null |
|
|
||||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
salesrep_id | numeric | 10 | null |
|
|
||||||
cof_remainder | varchar | 2 | 'NN'::character varying |
|
|
||||||
comments | varchar | 2000 | √ | null |
|
|
|||||
cof_lead_id | numeric | 10 | √ | null |
|
|
|||||
c_bpartner_location_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_opportunity_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
isclosed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_processing | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
processing | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
cof_codigounico | varchar | 25 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_activity_key | Primary key | Asc | cof_activity_id |
cof_activityuuidx | Must be unique | Asc | cof_activity_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_activity_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_activity_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_activity_isclosed_check | ((isclosed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |