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 Descriptions:
| Name | 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 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | ATCHRLUS_ID | Primary Key |
| I0000878 | IDENTIFIER | Unique Index |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_1120 | ATCHRLUS_ID | ATCHRLUSDS | ATCHRLUS_ID | Cascade |
| F_1122 | ATCHRLUS_ID | ATCHREL | ATCHRLUS_ID | Cascade |