zCRT_retained_LastAppliedPriceChange
efacdb_full ยท Custom/model/helper tables
Updated
2026-04-03 14:25:41
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | partid | varchar(30) | PRI | NO | - | - |
| 2 | last_price_change_ts | datetime | MUL | NO | - | - |
| 3 | last_change_reason | varchar(255) | - | YES | - | - |
| 4 | last_run_id | char(36) | MUL | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | partid |
| idx_lapc_last_run_id | No | last_run_id |
| idx_lapc_last_ts | No | last_price_change_ts |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |