Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cm_chatentry_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 |
|
|
|||||||||
cm_chat_id | numeric | 10 | null |
|
|
|||||||||
confidentialtype | bpchar | 1 | null |
|
|
|||||||||
characterdata | text | 2147483647 | √ | null |
|
|
||||||||
cm_chatentryparent_id | numeric | 10 | √ | null |
|
|
||||||||
cm_chatentrygrandparent_id | numeric | 10 | √ | null |
|
|
||||||||
chatentrytype | bpchar | 1 | null |
|
|
|||||||||
moderatorstatus | bpchar | 1 | √ | null |
|
|
||||||||
subject | varchar | 255 | √ | null |
|
|
||||||||
ad_user_id | numeric | 10 | √ | null |
|
|
||||||||
cm_chatentry_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cm_chatentry_pkey | Primary key | Asc | cm_chatentry_id |
cm_chatentry_uu_idx | Must be unique | Asc | cm_chatentry_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cm_chatentry_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |