zAR-BIP-template-steps
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-17 16:31:47
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | step-id | bigint | PRI | NO | - | - |
| 2 | template-id | bigint | MUL | NO | - | - |
| 3 | paramsetid | bigint | - | NO | - | - |
| 4 | parent-partid | varchar(30) | - | NO | - | - |
| 5 | step-sequence | int | - | NO | - | - |
| 6 | step-kind | varchar(24) | - | NO | - | - |
| 7 | component-partid | varchar(30) | - | YES | - | - |
| 8 | component-quantity | double | - | YES | - | - |
| 9 | operationnumber | smallint | - | YES | - | - |
| 10 | workcentreid | varchar(8) | - | YES | - | - |
| 11 | settime-minutes | double | - | NO | 0 | - |
| 12 | runtime-minutes | double | - | NO | 0 | - |
| 13 | perquantity | smallint | - | YES | - | - |
| 14 | description | varchar(255) | - | YES | - | - |
| 15 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | step-id |
| ix-zar-bip-template-step-template | No | template-id, step-sequence |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |