Derived from Quartz Scheduler DDL Store data about fired triggers for UCM Delivery Schedules
| Column Name | Column Datatype | Column Null Option | Column Comment |
| trigger_uuid | byte(16) | not null | UUID for the fired trigger |
| entry_id | nvarchar(95) | with null | Not currently used |
| is_volatile | char(1) | with null | Not curently used |
| instance_name | nvarcha(80) | with null | Not curently used |
| fired_time | integer | with null | GMT timestamp at time of trigger firing |
| state | nvarcha(16) | with null | State flag for success/failure |
| job_uuid | byte(16) | with null | UUID for associated Job |
| is_stateful | char(1) | with null | Not currenlty used |
| requests_recovery | char(1) | with null | Not currenlty used |
Product Name: Unicenter Network and System Management/ConfigurationManager
Table Type: Table