Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| c_contactactivity_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| description | text | 2147483647 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| startdate | timestamp | 29,6 | null |
|
|
||||||
| enddate | timestamp | 29,6 | √ | null |
|
|
|||||
| comments | text | 2147483647 | √ | null |
|
|
|||||
| salesrep_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| ad_user_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| contactactivitytype | varchar | 10 | null |
|
|
||||||
| iscomplete | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
| c_opportunity_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_contactactivity_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| cof_acao | varchar | 3 | √ | NULL::character varying |
|
|
|||||
| datenextaction | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_contactactivity_key | Primary key | Asc | c_contactactivity_id |
| c_contactactivity_uu_idx | Must be unique | Asc | c_contactactivity_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_contactactivity_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_contactactivity_iscomplete_check | ((iscomplete = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |