This table holds the description of an attachment relation usage.
Column Descriptions
Column Name
| Column Type
| Description
|
ATCHRLUSDS_ID
| INTEGER NOT NULL
| The primary key to the attachment relation usage description.
|
ATCHRLUS_ID
| INTEGER NOT NULL
| The attachment relation usage ID.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The language ID.
|
NAME
| VARCHAR(128)
| The language dependent name of the attachment relation usage.
|
SHORTDESCRIPTION
| VARCHAR(254)
| The short description for the attachment relation usage.
|
LONGDESCRIPTION
| VARCHAR(4000)
| The long description for the attachment relation usage.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|