zFCS_baseline_params
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | partid | varchar(30) | PRI | NO | - | - |
| 2 | urgency | varchar(10) | PRI | NO | - | - |
| 3 | baseline_annual_qty | decimal(18,4) | - | NO | - | - |
| 4 | avg_qty_small | decimal(18,4) | - | NO | - | - |
| 5 | avg_lead_small_days | decimal(18,4) | - | NO | - | - |
| 6 | avg_qty_large | decimal(18,4) | - | YES | - | - |
| 7 | avg_lead_large_days | decimal(18,4) | - | YES | - | - |
| 8 | small_large_cutoff_qty | decimal(18,4) | - | YES | - | - |
| 9 | last_calculated_at | datetime | - | YES | - | - |
| 10 | last_calculated_by | varchar(100) | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | partid, urgency |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| partid | zFCS_master_products.partid |