Database Table: CHKARRANG

This table associates the defined store commands (SCHCMD) with the defined check commands (CHKCMD).

Column Name Column Type Column Description
CHKCMD_ID INTEGER
NOT NULL
The unique identifier of the check command.
SCHCMD_ID BIGINT
NOT NULL
The unique identifier of the store scheduler command.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034907200 CHKCMD_ID, SCHCMD_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_234 CHKCMD_ID CHKCMD CHKCMD_ID Cascade
F_235 SCHCMD_ID SCHCMD SCHCMD_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable