WebSphere Commerce database table: ATCHRLUS

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 NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
I0000878 IDENTIFIER Unique Index
SQL050212031158140 ATCHRLUS_ID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_1122 ATCHRLUS_ID ATCHREL ATCHRLUS_ID Cascade
F_1120 ATCHRLUS_ID ATCHRLUSDS ATCHRLUS_ID Cascade

Feedback