TRIGGER_OPERATION

Description

This table stores information about trigger operations.

Columns

Column Name Data Type Description
ID bigint Primary key column for the table
CREATION_TIME_SINCE_EPOCH_IN_0 bigint Stores the creation time since epoch for the trigger operation
DEPLOYED bit Stores the deployment status of the trigger operation
IN_SIMULATION bit Stores the simulation status of the trigger operation
MODIFICATION_TIME_SINCE_EPOC_0 bigint Stores the modification time since epoch for the trigger operation
VALID_DATES_TRIGGER_OPERATIO_0 bigint Stores the ID of the valid dates associated with the trigger operation

Foreign Key Relationships

  • VALID_DATES_TRIGGER_OPERATIO_0 references VALID_DATES(ID)