zCRT_inputs_VolumeSetTargets
efacdb_full ยท Custom/model/helper tables
Updated
2026-04-02 21:27:14
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | label_id | int | PRI | NO | - | - |
| 2 | total_value_original | decimal(19,4) | - | NO | - | - |
| 3 | target_min_relative | decimal(9,6) | - | NO | - | - |
| 4 | target_max_relative | decimal(9,6) | - | NO | - | - |
| 5 | created_ts | datetime | - | NO | CURRENT_TIMESTAMP | - |
| 6 | updated_ts | datetime | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | label_id |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| label_id | zCRT_inputs_VolumeSets.label_id |