TABLE  ArchiveCurationHistory

Contains details of the matrix of the Archives' required curation tasks.

This table contains details of the matrix of the curation tasks
required for the archive; each time a curation task is run, this table
gets updated with timestamps and indicating the status of the
curation process.

Required constraints:
  • Primary key is (cuEventID)
  • (cuID) references CurationTask(cuID)

NameTypeLengthUnitDescriptionDefault ValueUnified Content Descriptor
cuEventIDint4 UID of curation event giving rise to this record meta.bib
cuIDsmallint2 the unique curation task ID meta.bib
logFilevarchar256 filename of verbose logged task output meta.id;meta.file
resultsFilevarchar256 filename of any results file meta.id;meta.file
timeStampdatetime8UTCTime of the completion of the whole task time.epoch
curatorvarchar16 The archive curation scientist responsible for this event ??
commentvarchar256 Comment string supplied by the curator ??
rolledBacktinyint1 Flag for roll-back of this event: 0=no, 1 = yes ??
Total length799