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 Descriptions Column Name Column Type Description 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. 
Indexes Index Name Indexed Column Names Index Type SQL060903235113340 OWNER_ID+ACCCMDGRP_ID Primary Key 
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_14 ACCCMDGRP_ID ACCCMDGRP ACCCMDGRP_ID Cascade F_13 OWNER_ID MEMBER MEMBER_ID Cascade