Skip to content
Peter Midford edited this page Aug 12, 2015 · 10 revisions

Introduction

Pending a full schema diagram, the arachadmin database is documented here. Each table is documented on its own wiki page. The page includes a description, a breakdown of the columns, and a snapshot count (which may not be completely current) of the number of rows. Not every table is currently populated - some are leftover experiments that haven't been removed yet, others support features that aren't fully implemented yet (e.g., the evidence_codes table).

Note that all tables use an integer id column as their primary index (even when unique global identifiers, such as URI's are available). This is a requirement of the web2py platform used for the arachadmin application. Note that foreign keys (currently without exception) always refer to the integer key of the linked table - thus this is not mentioned in the key column's description.

List of Tables

Clone this wiki locally