Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_attendancenotificationhistory_id_seq'::regclass) |
|
|
Primary key |
|
| notificationtype | varchar | 255 | null |
|
|
The category of the notification (e.g., Late Punch-in Warning, Missing Punch Alert) as configured at the time of this history event. |
||
| frequency | varchar | 255 | null |
|
|
How often the notification was set to be sent (e.g., Daily, Weekly, Once Per Event) at the time of this history event. |
||
| sendtype | varchar | 255 | null |
|
|
The channel used for delivery (e.g.,Admin manager Employee ) as configured at the time of this history event. |
||
| employeeid | varchar | 255 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
|
| createdby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the historical record was created (i.e., when the modification to the preference occurred). |
|
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification to the preference record before this history snapshot was taken. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_attendancenotificationhistory_pk_tbl_attendancenotification | Primary key | Asc | id |
