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