Purpose: Stores information about when saves fail.

FieldTypePurpose
idint(4) unsignedPrimary Key – auto increment.
userIDint(10) unsignedUserID of the student who failed to save.
paperIDmediumint(8)ID of the paper which failed to save.
screentinyint(2) unsignedScreen number which failed to save.
ipaddressvarchar(100)IP address or client name of the computer which failed to save.
failedint(4) unsignedUNIX timestamp of when a save failed.