WebSphere Commerce database table: ATCHOBJTYP

This table holds the information about the types of business objects that are configured to have attachments. For example, attachments can be associated to CATALOG, CATGROUP, and CATENTRY business objects.


Column Description(s):
Column NameColumn TypeDescription
ATCHOBJTYP_ID INTEGER NOT NULL The primary key of the attachment object type.
IDENTIFIER CHAR(32) NOT NULL The identifier of the attachment object type. For example, CATALOG is used to represent that the object type in an attachment relationship is of type Catalog.
SEQUENCE DOUBLE NOT NULL DEFAULT 0 The sequence number.
DESCRIPTION VARCHAR(254) The administrative description for the attachment object type.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
I0000853 IDENTIFIER Unique Index
SQL050212031157710 ATCHOBJTYP_ID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_1113 ATCHOBJTYP_ID ATCHREL ATCHOBJTYP_ID Cascade

Feedback