zAR-BIP-labour-capacity-sets
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | labourcapacitysetid | bigint | PRI | NO | - | - |
| 2 | labourcapacityset-name | varchar(180) | - | NO | - | - |
| 3 | status | varchar(24) | - | NO | ready | - |
| 4 | is-latest | tinyint(1) | MUL | NO | 0 | - |
| 5 | is-bookmarked | tinyint(1) | - | NO | 0 | - |
| 6 | staff-count | int | - | NO | 0 | - |
| 7 | recruitment-count | int | - | NO | 0 | - |
| 8 | notes | text | - | YES | - | - |
| 9 | created-by | varchar(120) | - | YES | - | - |
| 10 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 11 | deleted-at | datetime | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | labourcapacitysetid |
| ix-zar-bip-labour-capacity-latest | No | is-latest, deleted-at |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |