WebSphere Commerce database table: REPCUSTREL

This table defines the relationship between a customer service representative or team of representatives, and the customer or customer group that they are assigned to.


Column Description(s):
Column NameColumn TypeDescription
REP_ID BIGINT NOT NULL The customer service representative id or service representative group id.
CUST_ID BIGINT NOT NULL The customer id or customer group id.
SEQUENCE DOUBLE NOT NULL DEFAULT 0 This determines the lookup sequence for relationships.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031304360 REP_ID+CUST_ID Primary Key
I0000965 CUST_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1230 CUST_ID MEMBER MEMBER_ID Cascade
F_1231 REP_ID MEMBER MEMBER_ID Cascade

Feedback