Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
w_mailmsg_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 |
|
|
|||||||||
name | varchar | 60 | null |
|
|
|||||||||
description | varchar | 255 | √ | null |
|
|
||||||||
w_store_id | numeric | 10 | null |
|
|
|||||||||
mailmsgtype | bpchar | 2 | null |
|
|
|||||||||
subject | varchar | 255 | null |
|
|
|||||||||
message | varchar | 2000 | null |
|
|
|||||||||
message2 | varchar | 2000 | √ | null |
|
|
||||||||
message3 | varchar | 2000 | √ | null |
|
|
||||||||
w_mailmsg_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
w_mailmsg_pkey | Primary key | Asc | w_mailmsg_id |
w_mailmsg_uu_idx | Must be unique | Asc | w_mailmsg_uu |
w_mailmsg_wstore | Must be unique | Asc/Asc | w_store_id + mailmsgtype |
Check Constraints
Constraint Name | Constraint |
---|---|
w_mailmsg_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |