zAR-HRA-workings-team-links
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | link-id | bigint | PRI | NO | - | - |
| 2 | leader-username | varchar(120) | MUL | NO | - | - |
| 3 | member-username | varchar(120) | MUL | NO | - | - |
| 4 | created-by | varchar(120) | - | YES | - | - |
| 5 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | link-id |
| ux-zar-hra-team-links-leader-member | Yes | leader-username, member-username |
| ix-zar-hra-team-links-member | No | member-username |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |