zSOE_picklist_uom_learning
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-26 11:27:05
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | bigint | PRI | NO | - | - |
| 2 | supplier_id | varchar(80) | MUL | NO | - | - |
| 3 | partid | varchar(120) | - | NO | - | - |
| 4 | part_description | text | - | YES | - | - |
| 5 | ocr_text | text | - | NO | - | - |
| 6 | ocr_text_norm | text | - | NO | - | - |
| 7 | ocr_qty | decimal(18,4) | - | NO | 0.0000 | - |
| 8 | resolved_qty | decimal(18,4) | - | NO | 0.0000 | - |
| 9 | po_uom | varchar(64) | - | YES | - | - |
| 10 | source | varchar(32) | - | YES | - | - |
| 11 | created_at | datetime | - | NO | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
| idx_supplier_part_norm | No | supplier_id, partid, ocr_text_norm |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |