dim_rate_localized


Description

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

Columns

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

The primary key of this table.

rate_id int8 19 null
dim_rate.rate_id dim_rate_localized_rate_id_fkey R

The foreign key to the rate table.

locale varchar 256 null

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

public_name varchar 256 null

The public name given to this rate for this locale by a user.

description varchar 256 null

The description given to this rate for this locale by a user.

last_updated timestamptz 35 null

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

Relationships