zAR-HRA-workings-day-change-requests
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-11 09:48:40
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | request-id | bigint | PRI | NO | - | - |
| 2 | username | varchar(120) | MUL | NO | - | - |
| 3 | work-date | date | - | NO | - | - |
| 4 | start-time | time | - | YES | - | - |
| 5 | end-time | time | - | YES | - | - |
| 6 | break-start-time | time | - | YES | - | - |
| 7 | break-end-time | time | - | YES | - | - |
| 8 | hours-delta | decimal(6,2) | - | NO | 0.00 | - |
| 9 | change-mode | varchar(24) | - | NO | managed-time | - |
| 10 | regular-hours | decimal(7,2) | - | NO | 0.00 | - |
| 11 | overtime-hours | decimal(7,2) | - | NO | 0.00 | - |
| 12 | note-text | text | - | YES | - | - |
| 13 | status | varchar(24) | MUL | NO | pending | - |
| 14 | decision-note | text | - | YES | - | - |
| 15 | decided-by | varchar(120) | - | YES | - | - |
| 16 | decided-at | datetime | - | YES | - | - |
| 17 | created-by | varchar(120) | - | YES | - | - |
| 18 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | request-id |
| ix-zar-hra-day-change-requests-status | No | status, created-at |
| ix-zar-hra-day-change-requests-user-created | No | username, created-at |
| ix-zar-hra-day-change-requests-user-date | No | username, work-date |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |