zHCAssembly_Parts
efacdb_full ยท Custom/model/helper tables
Updated
2026-06-06 21:58:18
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | partid | varchar(30) | PRI | NO | - | - |
| 2 | partdesc | varchar(255) | MUL | NO | | - |
| 3 | uom | varchar(30) | - | NO | | - |
| 4 | sm | varchar(20) | - | NO | | - |
| 5 | stanmat | double | - | NO | 0 | - |
| 6 | is_complete_product | tinyint(1) | - | NO | 0 | - |
| 7 | is_descendant | tinyint(1) | - | NO | 0 | - |
| 8 | total_set_minutes | double | - | NO | 0 | - |
| 9 | total_run_minutes | double | - | NO | 0 | - |
| 10 | total_minutes | double | - | NO | 0 | - |
| 11 | reference_units | double | MUL | NO | 0 | - |
| 12 | flow_json | json | - | YES | - | - |
| 13 | calculated_at | datetime | - | NO | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | partid |
| ix_zHCAssembly_Parts_desc | No | partdesc |
| ix_zHCAssembly_Parts_units | No | reference_units |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |