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 Descriptions
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
SQL060903235118400 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