WebSphere Commerce database table: TKLRRSNDSC

This table holds description of reasons for creating to-do items.


Column Description(s):
Column NameColumn TypeDescription
TKLRREASON_ID INTEGER NOT NULL The reason to which this information applies.
LANGUAGE_ID INTEGER NOT NULL The language for which this information applies. For a list of language components, see the LANGUAGE table.
DESCRIPTION VARCHAR(254) A description of the reason for the to-do item.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031322500 TKLRREASON_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1207 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_1208 TKLRREASON_ID TKLRREASON TKLRREASON_ID Cascade

Feedback