zCRT_retained_TractrixHistory
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | bigint | PRI | NO | - | - |
| 2 | partid | varchar(30) | MUL | NO | - | - |
| 3 | change_ts | datetime | - | NO | CURRENT_TIMESTAMP | - |
| 4 | ref_start_price | decimal(19,4) | - | NO | - | - |
| 5 | ref_start_date | date | - | NO | - | - |
| 6 | ref_end_price | decimal(19,4) | - | NO | - | - |
| 7 | ref_start_price_trade | decimal(19,4) | - | YES | - | - |
| 8 | ref_end_price_trade | decimal(19,4) | - | YES | - | - |
| 9 | ref_start_price_retail | decimal(19,4) | - | YES | - | - |
| 10 | ref_end_price_retail | decimal(19,4) | - | YES | - | - |
| 11 | ref_end_date | date | - | NO | - | - |
| 12 | duration_days | int | - | NO | - | - |
| 13 | max_annual_change_rel | decimal(9,4) | - | NO | - | - |
| 14 | base_inflation_rate_pa | decimal(9,6) | - | NO | - | - |
| 15 | tolerance_rel | decimal(9,6) | - | NO | - | - |
| 16 | model_name | varchar(64) | MUL | NO | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
| idx_th_model_name | No | model_name |
| idx_th_partid_ts | No | partid, change_ts |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |