WebSphere Commerce database table: ACATTRDESC

This table stores locale-specific display information corresponding to the ACATTR table.


Column Description(s):
Column NameColumn TypeDescription
ACATTR_ID BIGINT NOT NULL The attribute ID. It is a foreign key to ACATTR table. Together with the LANGUAGE_ID column in this table, it forms a primary key.
DISPLAYNAME VARCHAR(254) NOT NULL The locale-specific display name for this attribute.
DESCRIPTION VARCHAR(254) The description of this attribute.
LANGUAGE_ID INTEGER NOT NULL The language ID. It is a foreign key to the the LANGUAGE table. Together the ACATTR_ID column, it forms a primary key.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031152080 ACATTR_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_10 ACATTR_ID ACATTR ACATTR_ID Cascade
F_9 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback