Wiki source code of DatabaseSchema
Version 92.1 by Helmut Nagy on 2009/02/13
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 1 XWiki Database Schema | ||
2 | |||
3 | #info("The schema below is updated to my 1.7.1 version (3 tables missing) but it should be revised by someone how knows what he is doing :)") | ||
4 | |||
5 | Following are all of the tables that make up the XWiki database schema. Just taking a brief look at the schema's tables can give you a clue to how the underlying system works. | ||
6 | |||
7 | Note that there may be minor variances for databases other than MySQL, but if so, they have not yet been documented. | ||
8 | |||
9 | 1.1 Tables | ||
10 | |||
11 | In alphabetical order | ||
12 | |||
13 | <table width="100%"> | ||
14 | <tr> | ||
15 | <td style="border-bottom:0px"> | ||
16 | * [xwikiattachment>DevGuide.DsXWikiAttachment] | ||
17 | * [xwikiattachment_archive>DevGuide.XWikiAttachmentArchive] | ||
18 | * [xwikiattachment_content>DevGuide.DsXWikiAttachmentContent] | ||
19 | * [xwikiattrecyclebin>DevGuide.DsXwikiRecycleBin] | ||
20 | * [xwikibooleanclasses>DevGuide.DsXWikiBooleanClasses] | ||
21 | * [xwikiclasses>DevGuide.DsXWikiClasses] | ||
22 | * [xwikiclassesprop>DevGuide.DsXWikiClassesProp] | ||
23 | * [xwikicomments>DevGuide.DsXwikiComments] | ||
24 | * [xwikidateclasses>DevGuide.DsXWikiDateClasses] | ||
25 | * [xwikidates>DevGuide.DsXWikiDates] | ||
26 | * [xwikidblistclasses>DevGuide.DsXWikiDatabaseListClasses] | ||
27 | * [xwikidbversion>DevGuide.DsXWikiDbVersion] | ||
28 | * [xwikidoc>DevGuide.DsXWikiDoc] | ||
29 | * [xwikidoubles>DevGuide.DsXWikiDoubles] | ||
30 | * [xwikifloats>DevGuide.DsXWikiFloats] | ||
31 | * [xwikiintegers>DevGuide.DsXWikiIntegers] | ||
32 | * [xwikilargestrings>DevGuide.DsXWikiLargeStrings] | ||
33 | * [xwikilinks>DevGuide.DsXWikiLinks] | ||
34 | </td> | ||
35 | <td style="border-bottom:0px"> | ||
36 | * [xwikilistitems>DevGuide.DsXWikiListItems] | ||
37 | * [xwikilists>DevGuide.DsXWikiLists] | ||
38 | * [xwikilock>DevGuide.DsXWikiLocks] | ||
39 | * [xwikilongs>DevGuide.DsXWikiLongs] | ||
40 | * [xwikinumberclasses>DevGuide.DsXWikiNumberClasses] | ||
41 | * [xwikiobjects>DevGuide.DsXWikiObjects] | ||
42 | * [xwikipreferences>DevGuide.DsXWikiPreferences] | ||
43 | * [xwikiproperties>DevGuide.DsXWikiProperties] | ||
44 | * [xwikiircs>DevGuide.DsXWikiIrcs] | ||
45 | * [xwikirecyclebin>DevGuide.DsXwikiRecyleBin] | ||
46 | * [xwikislistclasses>DevGuide.DsXWikiListClasses] | ||
47 | * [xwikistatsdoc>DevGuide.DsXWikiDocumentStats] | ||
48 | * [xwikistatsreferer>DevGuide.DsXWikiRefererStats] | ||
49 | * [xwikistatsvisit>DevGuide.XWikiVisits] | ||
50 | * [xwikistringclasses>DevGuide.DsXWikiStringClasses] | ||
51 | * [xwikistrings>DevGuide.DsXWikiStrings] | ||
52 | </td> | ||
53 | </tr> | ||
54 | </table> | ||
55 | $context.setCacheDuration(100000) |