WebSphere Commerce database table: QUEUEDESC

Customer Care Queue description


Column Description(s):
Column NameColumn TypeDescription
QUEUE_ID INTEGER NOT NULL ID of the customer care queue.
LANGUAGE_ID INTEGER NOT NULL Language ID for the queue description
DESCRIPTION VARCHAR(254) Description of the customer care queue.
DISPLAYNAME VARCHAR(50) Display name of the customer care queue.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031303330 QUEUE_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_953 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_952 QUEUE_ID QUEUE QUEUE_ID Cascade

Feedback