WebSphere Commerce database table: ACCCUSTEXC

This table excludes a command or view from a customer group for a specific owner. This table is deprecated and is provided for backward compatibility only.


Column Description(s):
Column NameColumn TypeDescription
ACCCMDGRP_ID INTEGER NOT NULL This column refers to an entry in the ACCCMDGRP table. It should only refer to an entry that corresponds to a customer group, for example, where MBRGRP_ID = -2.
OWNER_ID BIGINT NOT NULL This column defines the member that excludes the corresponding command or view defined in the ACCCMDGRP table from the customer group.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031152490 OWNER_ID+ACCCMDGRP_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_14 ACCCMDGRP_ID ACCCMDGRP ACCCMDGRP_ID Cascade
F_13 OWNER_ID MEMBER MEMBER_ID Cascade

Feedback