This table contains personalization Attribute descriptions.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (1024) NULL |
A brief description of the personalization Attribute. |
LANGUAGE_ID | INTEGER NOT NULL |
Language this description pertains to. For a list of language components, see the LANGUAGE table. |
PATTRIBUTE_ID | BIGINT NOT NULL |
The Identifier of the personalization Attribute. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035027990 | PATTRIBUTE_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_564 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_565 | PATTRIBUTE_ID | PATTRIBUTE | PATTRIBUTE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|