zAR-HRA-workings-admin-leave-events
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-10 10:06:26
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | event-id | bigint | PRI | NO | - | - |
| 2 | event-type | varchar(24) | - | NO | - | - |
| 3 | title | varchar(180) | - | YES | - | - |
| 4 | start-date | date | MUL | NO | - | - |
| 5 | end-date | date | - | NO | - | - |
| 6 | note-text | text | - | YES | - | - |
| 7 | status | varchar(24) | - | NO | active | - |
| 8 | created-by | varchar(120) | - | YES | - | - |
| 9 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | event-id |
| ix-zar-hra-admin-leave-events-date | No | start-date, end-date, status |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |