WebSphere Commerce database table: TAGDPLYREL

Stores the relationship between the TAGCLASS and TAGDISPLAY tables.


Column Description(s):
Column NameColumn TypeDescription
TAGNAME VARCHAR(40) NOT NULL The name of the tag, reference key to the TAGCLASS table.
DISPLAYNAME VARCHAR(40) NOT NULL The display type defined for the related tag, reference key to the table TAGDISPLAY.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031317730 TAGNAME+DISPLAYNAME Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1212 TAGNAME TAGCLASS TAGNAME Cascade
F_1213 DISPLAYNAME TAGDISPLAY DISPLAYNAME Cascade

Feedback