WebSphere Commerce database table: TKLRACTDSC

This table holds the description of actions that can be performed on to-do items.


Column Description(s):
Column NameColumn TypeDescription
TKLRACTION_ID INTEGER NOT NULL The ID of the tickler action for this description.
LANGUAGE_ID INTEGER NOT NULL The ID of the language used for the description. For a list of language components, see the LANGUAGE table.
DESCRIPTION VARCHAR(254) Description of the tickler action in the language specified by LANGUAGE_ID.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031322100 TKLRACTION_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1204 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_1205 TKLRACTION_ID TKLRACTION TKLRACTION_ID Cascade

Feedback