zCRT_inputs_TractrixConfig
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 | duration_days | int | - | NO | - | - |
| 3 | max_annual_change_rel | decimal(9,4) | - | NO | - | - |
| 4 | base_inflation_rate_pa | decimal(9,6) | - | NO | - | - |
| 5 | price_change_frequency | enum('daily','weekly','monthly','semiannual','annual') | MUL | NO | weekly | - |
| 6 | tolerance_rel | decimal(9,6) | - | NO | - | - |
| 7 | model_name | varchar(64) | MUL | NO | TRACTRIX_V1 | - |
| 8 | created_ts | datetime | - | NO | CURRENT_TIMESTAMP | - |
| 9 | updated_ts | datetime | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | partid |
| idx_tc_frequency | No | price_change_frequency |
| idx_tc_model_name | No | model_name |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |