This table holds the attachment relation between a business object and an attachment target.
Column Descriptions
Column Name
| Column Type
| Description |
ATCHREL_ID
| BIGINT NOT NULL
| The primary key of the attachment relation.
|
OBJECT_ID
| CHAR(64) NOT NULL
| The object ID is the primary key of the business object that owns the attachment relation.
|
ATCHOBJTYP_ID
| INTEGER NOT NULL
| The attachment object type ID of the business object which owns the attachment relation.
|
ATCHTGT_ID
| BIGINT NOT NULL
| The attachment target ID that is attached to the business object in this attachment relation.
|
ATCHRLUS_ID
| INTEGER NOT NULL
| The attachment relation usage ID that describes the usage of this attachment relation.
|
LASTUPDATE
| TIMESTAMP
| The time the attachment relation was last updated.
|
SEQUENCE
| DOUBLE NOT NULL DEFAULT 0
| The sequence number for displaying the attachment relation.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|