...
Field | Type | Purpose | |||
---|---|---|---|---|---|
id | int(4) unsigned | Primary Key – auto increment. | |||
userID | int(10) unsigned | UserID of the student who failed to save. | |||
paperID | mediumint(8) | ID of the paper which failed to save. | |||
screen | tinyint(2) unsigned | Screen number which failed to save. | |||
ipaddress | varchar(100) | IP address or client name of the computer which failed to save. | |||
failed | int(4) | Background colour for the event | deleted | int(4) unsigned | UNIX timestamp of when a save failed. |