bridge_customer_to_customer_code

-1 rows


Description

Link customer to all his customer codes.

Columns

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

The primary key of the table. System column calculated by the source System.

customer_id int8 19 null
dim_customer.customer_id bridge_customer_to_customer_code_customer_id_fkey R

The customer this customer code is assigned to.

customer_code_id int8 19 null
dim_customer_code.customer_code_id bridge_customer_to_customer_code_customer_code_id_fkey R

The customer code that this customer is assigned to.

last_updated timestamptz 35 null

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

Relationships