Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dunning_level_id | int8 | 19 | null |
|
|
Primary key of this table. Uniquely identifies this dunning level. |
|||||
| dunning_levels_order | int4 | 10 | √ | null |
|
|
Position of this level in the escalation sequence within its configuration template. |
||||
| dunning_level_type | varchar | 20 | √ | null |
|
|
The type of this dunning level, derived from the JPA single-table inheritance discriminator column. Values
|
||||
| dunning_configuration_template_id | int8 | 19 | √ | null |
|
|
The dunning configuration template that defines the escalation ladder this level belongs to. |
||||
| is_archived | bool | 1 | √ | null |
|
|
Whether this dunning level has been archived (soft-deleted). Archived levels are no longer assigned to new dunning steps but may still appear on historical fct_dunning_step rows. |
||||
| last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags shortly behind source system). |

