dim_cancellation_reason_localized


Description

The localized version of a cancellation reason, defining translated information of a cancellation reason per locale. One cancellation reason can have multiple localized versions.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
cancellation_reason_localized_id int8 19 null

The primary key of this table.

cancellation_reason_id int8 19 null
dim_cancellation_reason.cancellation_reason_id dim_cancellation_reason_localized_cancellation_reason_id_fkey R

The cancellation reason (unlocalized) to link this localized entry back to a cancellation_reason.

locale varchar 256 null

The locale representing the language and region for which the cancellation reason is translated, formatted as a combination of ISO-639 language code and ISO-3166 country code (e.g., de_DE).

name varchar 256 null

The localized name of the cancellation reason for this locale.

last_updated timestamptz 35 null

System column. UTC Timestamp at which entry was calculated (lags behind source system).

Relationships