This table holds usage information for attachment relations. For example, an attachment can be a warranty document related to a product. In this case the usage is 'warranty'.
Column Description(s):
Column Name | Column Type | Description |
ATCHRLUS_ID |
INTEGER NOT NULL |
The primary key for the attachment relation usage. |
IDENTIFIER |
VARCHAR(254) |
The identifier for the attachment relation usage. For example, 'Image'. |
IMAGE |
VARCHAR(254) |
The image path that represent the attachment relation usage. |
SEQUENCE |
DOUBLE |
The sequence number. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000878 |
IDENTIFIER |
Unique Index |
SQL050212031158140 |
ATCHRLUS_ID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1122 |
ATCHRLUS_ID |
ATCHREL |
ATCHRLUS_ID |
Cascade |
F_1120 |
ATCHRLUS_ID |
ATCHRLUSDS |
ATCHRLUS_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.