zFCS_demand_view_daily
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | partid | varchar(20) | PRI | NO | - | - |
| 2 | urgency | varchar(10) | PRI | NO | - | - |
| 3 | forecast_date | date | PRI | NO | - | - |
| 4 | baseline_qty | decimal(18,4) | - | NO | - | - |
| 5 | baseline_confirmed_qty | decimal(18,4) | - | NO | - | - |
| 6 | baseline_estimated_qty | decimal(18,4) | - | NO | - | - |
| 7 | real_spillover_qty | decimal(18,4) | - | NO | 0.0000 | - |
| 8 | created_at | datetime | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | partid, urgency, forecast_date |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |