zAR-HRA-workings-user-profiles
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-11 07:40:21
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | profile-id | int | PRI | NO | - | - |
| 2 | username | varchar(120) | UNI | NO | - | - |
| 3 | auth-username | varchar(120) | UNI | YES | - | - |
| 4 | full-name | varchar(220) | - | YES | - | - |
| 5 | module-role | varchar(32) | - | NO | user | - |
| 6 | assigned-team-leader | varchar(120) | MUL | YES | - | - |
| 7 | start-date | date | MUL | NO | 2026-01-01 | - |
| 8 | end-date | date | - | YES | - | - |
| 9 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 10 | updated-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 11 | notes | text | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | profile-id |
| ux-zar-hra-user-profiles-auth-username | Yes | auth-username |
| ux-zar-hra-user-profiles-username | Yes | username |
| ix-zar-hra-user-profiles-active | No | start-date, end-date |
| ix-zar-hra-user-profiles-assigned-team-leader | No | assigned-team-leader |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |