zAR-BIP-model-run-allocations
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-20 07:31:10
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | allocation-row-id | bigint | PRI | NO | - | - |
| 2 | modelrunid | bigint | MUL | NO | - | - |
| 3 | scenario-number | int | - | NO | - | - |
| 4 | work-date | date | - | NO | - | - |
| 5 | shift-name | varchar(16) | - | NO | - | - |
| 6 | bipi-id | bigint | - | NO | - | - |
| 7 | worksorderid | varchar(30) | - | YES | - | - |
| 8 | partid | varchar(30) | - | YES | - | - |
| 9 | workcentreid | varchar(30) | - | YES | - | - |
| 10 | staffing-category | varchar(40) | - | YES | - | - |
| 11 | allocated-minutes | decimal(12,4) | - | NO | 0.0000 | - |
| 12 | step-sequence | int | - | YES | - | - |
| 13 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | allocation-row-id |
| ix-zar-bip-model-allocation-run | No | modelrunid, scenario-number, work-date |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |