Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_note_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
ad_user_id | numeric | 10 | √ | null |
|
|
|||||
ad_message_id | numeric | 10 | null |
|
|
||||||
reference | varchar | 255 | √ | null |
|
|
|||||
ad_table_id | numeric | 10 | √ | null |
|
|
|||||
record_id | numeric | 10 | √ | null |
|
|
|||||
processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
processing | bpchar | 1 | √ | null |
|
|
|||||
description | varchar | 255 | √ | null |
|
|
|||||
ad_wf_activity_id | numeric | 10 | √ | null |
|
|
|||||
textmsg | varchar | 2000 | √ | null |
|
|
|||||
ad_note_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_broadcastmessage_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_note_pkey | Primary key | Asc | ad_note_id |
ad_note_ad_client_id_processed_ad_user_id_ad_broadcastmessage | Performance | Asc/Asc/Asc/Asc | ad_client_id + processed + ad_user_id + ad_broadcastmessage_id |
ad_note_record_id_ad_table_id | Performance | Asc/Asc | record_id + ad_table_id |
ad_note_uu_idx | Must be unique | Asc | ad_note_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_note_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_note_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |