digraph { node [shape=plain]; rankdir=LR; entry [label=<
Log Entry
playerId
profileId
timestamp
Type
>]; item [label=<
Item Stack
Transaction
Item ID
Count
Transfer Direction
>]; // item:transaction -> entry; }