zAR-BIP-model-run-completions
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 | completion-row-id | bigint | PRI | NO | - | - |
| 2 | modelrunid | bigint | MUL | NO | - | - |
| 3 | scenario-number | int | - | NO | - | - |
| 4 | bipi-id | bigint | - | NO | - | - |
| 5 | worksorderid | varchar(30) | - | YES | - | - |
| 6 | partid | varchar(30) | - | YES | - | - |
| 7 | quantity | double | - | NO | 0 | - |
| 8 | completed-date | date | - | NO | - | - |
| 9 | completed-shift | varchar(16) | - | NO | - | - |
| 10 | available-for-dispatch-date | date | - | NO | - | - |
| 11 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | completion-row-id |
| ix-zar-bip-model-completion-part | No | modelrunid, partid |
| ix-zar-bip-model-completion-run | No | modelrunid, scenario-number, available-for-dispatch-date |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |