Footprints Data Model |
Table |
Name | scheduled_task_type |
Comment |
A lookup table for the Scheduled Task Type that must be kept in sync with an enumeration in the Java. Values include: IMPORT_USER, MASSS_EMAIL, REPORT_SCHEDULE etc. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
schdd_task_type_id | integer |
The unique identifier for an instance of Scheduled Task Type. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. |
Yes | No |
schdd_task_type_name | varchar(255) | The name of the Scheduled Task Type. | No | No |