ANALYTICS_RUN_SCHEDULE

Description

This table stores information about analytics run schedules.

Columns

Column Name Data Type Description
ID bigint(20) Primary key, unique identifier for each analytics run schedule.
DAY varchar(255) The day of the schedule.
END_DATE_TIME_INCLUSIVE_ITEM datetime The end date and time of the schedule.
HOUR varchar(255) The hour of the schedule.
MINUTE varchar(255) The minute of the schedule.
MONTH varchar(255) The month of the schedule.
START_DATE_TIME_INCLUSIVE_IT_0 datetime The start date and time of the schedule.
WEEK varchar(255) The week of the schedule.