Edgewall Software

Changes between Version 2 and Version 3 of TracDev/DatabaseSchema


Ignore:
Timestamp:
Apr 9, 2007, 9:14:06 PM (17 years ago)
Author:
Christian Boos
Comment:

Embed the graphical view of the database schema

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DatabaseSchema

    v2 v3  
    33The database schema is defined in [source:/trunk/trac/db_default.py trac.db_default], along with the initial contents of the database, and default configuration values. The schema includes the tables listed below.
    44
     5== Overview ==
    56|| '''Table Name''' || '''Purpose''' ||
    67|| `attachment` || Descriptions of attachments (the files themselves are stored on disk). ||
     
    2223|| `wiki` || Wiki pages (including old revisions). ||
    2324
     25== Database Schema ==
     26[[Image(trac-schema-v2.png)]]
     27
     28Note that some of the pictured relations are not "true" relations in the traditional relational meaning. Also, there's no "real" user table. The particular cases are explained in the embedded notes.
     29
    2430----
    2531See also: TracDev, TracDev/DatabaseUpgrades