Marauroa Database Structure: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
added iamges
imported>Hendrik Brummermann
No edit summary
Line 2: Line 2:
{{Navigation for Marauroa Developers}}
{{Navigation for Marauroa Developers}}


This article describes the table structure of the Marauroa database. You might want to have a look at [[Database Access]] which explains the high level API to access the database from your program code.
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 ==
== Accounts ==
[[Image:Database-account-logs.png‎]]
[[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 ==
== Bans ==