Reference > Database > WebSphere Commerce database tables > A
WebSphere Commerce database table: ACRESACT
This table captures the relationship between access control resources and actions. Given a resource, you can find out the associated actions from this table.
Column Name Column Type Description ACRESCGRY_ID INTEGER NOT NULL The resource category ID. This is a primary key, as well as a foreign key to the ACRESCGRY table ACACTION_ID INTEGER NOT NULL The action ID. It is is a primary key, and a foreign key to the ACACTION table. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL100520030253720 ACRESCGRY_ID+ACACTION_ID Primary Key I0000443 ACACTION_ID Non-Unique Index
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_38 ACACTION_ID ACACTION ACACTION_ID Cascade F_39 ACRESCGRY_ID ACRESCGRY ACRESCGRY_ID Cascade
Related reference
_vcc_freeselect_bottom_