zAR-HRA-workings-people
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-09 13:07:41
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | person-id | int | PRI | NO | - | - |
| 2 | person-code | varchar(40) | UNI | NO | - | - |
| 3 | person-name | varchar(160) | - | NO | - | - |
| 4 | is-active | tinyint(1) | MUL | NO | 1 | - |
| 5 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 6 | updated-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | person-id |
| ux-zar-hra-people-person-code | Yes | person-code |
| ix-zar-hra-people-active-name | No | is-active, person-name |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |