Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_email_notification_id_seq'::regclass) |
|
|
Primary key for the email notification configuration record. |
|
| cycle | varchar | 255 | null |
|
|
The frequency cycle for the notification. |
||
| type | varchar | 255 | null |
|
|
The specific type or template of the email notification. |
||
| mailto | varchar | 255 | null |
|
|
The comma-separated list of email addresses or user groups to receive the notification. |
||
| dayofcurrentmonth | varchar | 255 | √ | null |
|
|
The day of the current month to trigger the email. |
|
| dayofnextmonth | varchar | 255 | √ | null |
|
|
The day of the next month to trigger the email (used for end-of-month processes). |
|
| createdby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when this email notification configuration record was created. |
|
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_email_notification_pk_tbl_probation_confirmation_email | Primary key | Asc | id |
