WebSphere Commerce database table: MASSOC

This table holds all of the possible semantic specifiers that can be used when associating CatalogObjects.


Column Description(s):
Column NameColumn TypeDescription
MASSOC_ID CHAR(32) NOT NULL The Identifier of the semantic specifier. For example, the semantic specifier may be "REQUIRED", "OPTIONAL", or "COMES WITH". Other types of specifier can be added.
DESCRIPTION VARCHAR(254) A description of the semantic specifier.
OID VARCHAR(64) Reserved for IBM internal use.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031237280 MASSOC_ID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_429 MASSOC_ID MASSOCCECE MASSOC_ID Cascade
F_433 MASSOC_ID MASSOCGPGP MASSOC_ID Cascade

Feedback