tbl1_exam_dates_EventLog¶
- Description
This table holds the log messages when exam dates are pulled from https://finalexams.rutgers.edu/ with the getfinals.py Python program. The log data is viewable in Solutions Control Center in the Exam Schedule tab
Columns¶
ID int(11) NOT NULL
- Options
display="true", null="true", search="false", type=""
the_event mediumtext DEFAULT NULL
- Description
Description of event, usually something like “exam schedule updated”
- Options
display="true", null="true", search="false", type=""
the_event_timestamp datetime DEFAULT NULL
- Description
Event timestamp
- Options
display="true", null="true", search="false", type=""
last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
display="true", null="true", search="false", type=""