Marauroa Database Structure: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
added iamges
imported>Hendrik Brummermann
No edit summary
Line 2:
{{Navigation for Marauroa Developers}}
 
This article describes the table structure of the Marauroa database. You might want to have a look at [[High Level Database Access]] which explains the high level API to access the database from your program code. The article [[Low Level Database Access]] describes how Marauroa accesses the database internally and how you can add support for your own tables.
 
 
== Accounts ==
[[Image:Database-account-logs.png‎]]
 
Authentication information is stored in the table account. It consists of the username, the password hash, email address and the timestamp of the account creation.
 
== Bans ==