I haven't finished my new website yet, so for now you get a 1990's style looking thing.
transaction
The transaction table holds some information about a transaction. (Who would have thought...)
Reference list
The key/value pairs of the mentioned table are as follows
- transaction.transaction_id = transaction_id -- This isn't really important.
- transaction.timestamp = timestamp -- The time the transaction occurred.
- transaction.account1 = account1 -- The account.
- transaction.account2 = account2 -- The other account involved. (An empty string, "", if N/A)
- transaction.user1 = user1 -- The player who did the transaction
- transaction.user2 = user2 -- The other player involved. (An empty string, "", if N/A)
- transaction.moneydiff = moneydiff -- The amount the account balance has changed by
- transaction.money = money -- The resulting balance (nil if the balance wasn't changed)
- transaction.transaction_type = transaction_type -- The type of transaction it was
- transaction.comment = comment -- Any (potential) useful information