This is the personalization attribute supported by the site.
Column Descriptions
Column Name
| Column Type
| Description |
PATTRIBUTE_ID
| BIGINT NOT NULL
| The internal reference number of the Attribute.
|
NAME
| VARCHAR(254) NOT NULL
| A description of the Attribute. For example, length, width, color, or monogram.
|
ATTRTYPE_ID
| CHAR(16) NOT NULL
| Indicates the data type for this Attribute. For example, integer or string.
|
ACCESSBEANNAME
| VARCHAR(254)
| Name of the access bean to process this Attribute.
|
SEQUENCE
| INTEGER
| Reserved for IBM internal use.
|
ENCRYPTFLAG
| INTEGER NOT NULL DEFAULT 0
| Set to 1 if encryption is required for the personalized attribute value. Default is 0.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|