zAR-HRA-workings-hour-entries
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | entry-id | bigint | PRI | NO | - | - |
| 2 | person-id | int | MUL | NO | - | - |
| 3 | work-date | date | MUL | NO | - | - |
| 4 | hours-regular | decimal(7,2) | - | NO | 0.00 | - |
| 5 | hours-overtime | decimal(7,2) | - | NO | 0.00 | - |
| 6 | hours-total | decimal(7,2) | - | YES | - | - |
| 7 | note-text | varchar(1000) | - | YES | - | - |
| 8 | created-by | varchar(120) | - | YES | - | - |
| 9 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 10 | updated-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 11 | is-deleted | tinyint(1) | - | NO | 0 | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | entry-id |
| ix-zar-hra-hour-entries-date | No | work-date |
| ix-zar-hra-hour-entries-person-date | No | person-id, work-date |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |