Table: dbo.Custom_Value_Customer
This table links a customer to one of the custom values associated with it.
Columns
NameTypeConstraintsDescription
custom_value_KEYint (4)NOT NULLPrimary key for this table and FK to the custom value being referenced.
customer_KEYint (4)NOT NULLThe customer that owns this custom value.
Primary key
NameColumnsDescription
PK_Custom_Value_Customer$custom_value_KEYcustom_value_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Custom_Value_Customer__Custom_Value__custom_value_KEYcustom_value_KEYCustom_Value (custom_value_KEY)
FK_Custom_Value_Customer__Customer__customer_KEYcustomer_KEYCustomer (customer_KEY)

Schema diagram