Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| discount_campaign_localized_id | varchar | 256 | null |
|
|
The primary key of this table. Surrogate key derived from (discount_campaign_id, locale). |
|||||
| discount_campaign_id | int8 | 19 | √ | null |
|
|
The discount campaign this translation belongs to. |
||||
| locale | varchar | 256 | √ | null |
|
|
The locale for this translation, formatted as ISO-639 language code + ISO-3166 country code (e.g. |
||||
| public_name | varchar | 256 | √ | null |
|
|
The customer-facing name of the discount campaign for this locale. May be null if no translation has been configured. |
||||
| description | varchar | 256 | √ | null |
|
|
The customer-facing description of the discount campaign for this locale. May be null if no translation has been configured. |
||||
| last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags shortly behind source system). |


