Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldTypeDefaultRequiredNote
EventIdeventIdUUIDNY
UseruserIdUUIDNN
ItemitemIdUUIDNN
ObjectEnum<String>StringNNenum: Fee/Fine, Item Block, Loan, Manual Block, Notice, Patron Block, Request
ActionStringNN
DateDateTimeNN
ServicePointServicePointIdStringUUIDNN
SourceStringNN
DescriptionStringNNLinkToUUIDNNNotesTextNN


DB structure

DB should contain table for each logged object. This will improve performance by reducing the size of the table.

Tables: loans, feesFines, itemBlocks, itemBlockpatronBlocks, patronBlockmanualBlocks, manualBlockrequests, requestnotices


Typical table structure:

iduseritemactiondateservicePointsourcedescriptionlinkTonotes
..............................

...