zHCAssembly_TargetList
efacdb_full ยท Custom/model/helper tables
Updated
2026-06-07 06:53:30
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | bigint | PRI | NO | - | - |
| 2 | list_order | int | MUL | NO | 0 | - |
| 3 | partid | varchar(30) | MUL | NO | - | - |
| 4 | partdesc | varchar(255) | - | NO | | - |
| 5 | time_reference_units | double | - | NO | 0 | - |
| 6 | committed | tinyint(1) | - | NO | 0 | - |
| 7 | buildref | varchar(40) | MUL | NO | | - |
| 8 | serial | varchar(40) | UNI | YES | - | - |
| 9 | qr_payload | json | - | YES | - | - |
| 10 | status | varchar(40) | - | NO | listed | - |
| 11 | flow_json | json | - | YES | - | - |
| 12 | created_at | datetime | - | NO | - | - |
| 13 | committed_at | datetime | - | YES | - | - |
| 14 | updated_at | datetime | - | NO | - | - |
| 15 | updated_by | varchar(120) | - | NO | | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
| ux_zHCAssembly_TargetList_serial | Yes | serial |
| ix_zHCAssembly_TargetList_buildref | No | buildref |
| ix_zHCAssembly_TargetList_order | No | list_order |
| ix_zHCAssembly_TargetList_partid | No | partid |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |