Wiki source code of XWiki Rcs (xwikircs)
Version 1.1 by Helmut Nagy on 2009/02/13
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | <style> | ||
3 | td, th {border-bottom:1px solid #666} | ||
4 | table.dbtable{border:1px solid #666;border-bottom:0px} | ||
5 | th {background-color:#EFEFEF} | ||
6 | .db0{width:1%;border-right:1px solid #666;} | ||
7 | .db1{width:25%;border-right:1px solid #666} | ||
8 | .db2{width:10%;border-right:1px solid #666} | ||
9 | .db3{width:7%;border-right:1px solid #666} | ||
10 | .db4{width:7%;border-right:1px solid #666} | ||
11 | .db5{width:10%;border-right:1px solid #666} | ||
12 | .db6{width:20%;border-right:1px solid #666} | ||
13 | .db7{width:20%} | ||
14 | .dbhead{background-color:#CCC;font-weight:bold} | ||
15 | </style> | ||
16 | 1.1 XWiki Rcs (xwikircs) | ||
17 | |||
18 | This table contain the informations about locks of document edition. | ||
19 | |||
20 | <table border="0" width="100%" class="dbtable" cellpadding="3" | ||
21 | cellspacing="0"> | ||
22 | <tr> | ||
23 | <td colspan="8" class="dbhead">xwikircs</td> | ||
24 | </tr> | ||
25 | <tr> | ||
26 | <th class="db0"> </th> | ||
27 | <th class="db1">Column Name</th> | ||
28 | <th class="db2">Datatype</th> | ||
29 | <th class="db3">Not null</th> | ||
30 | <th class="db4">auto inc</th> | ||
31 | <th class="db5">flags</th> | ||
32 | <th class="db6">Default Value</th> | ||
33 | <th class="db7">Comments</th> | ||
34 | </tr> | ||
35 | <tr> | ||
36 | <td class="db0">{image:db_key.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
37 | <td class="db1">XWL_DOC_ID</td> | ||
38 | <td class="db2">BIGINT(20)</td> | ||
39 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
40 | <td class="db4"> </td> | ||
41 | <td class="db5"> </td> | ||
42 | <td class="db6">0</td> | ||
43 | <td class="db7"> </td> | ||
44 | </tr> | ||
45 | <tr> | ||
46 | <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
47 | <td class="db1">XWL_AUTHOR</td> | ||
48 | <td class="db2">VARCHAR(255)</td> | ||
49 | <td class="db3"> </td> | ||
50 | <td class="db4"> </td> | ||
51 | <td class="db5"> </td> | ||
52 | <td class="db6">null</td> | ||
53 | <td class="db7"> </td> | ||
54 | </tr> | ||
55 | <tr> | ||
56 | <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
57 | <td class="db1">XWL_DATE</td> | ||
58 | <td class="db2">DATETIME</td> | ||
59 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
60 | <td class="db4"> </td> | ||
61 | <td class="db5"> </td> | ||
62 | <td class="db6">0000-00-00 00:00:00</td> | ||
63 | <td class="db7"> </td> | ||
64 | </tr> | ||
65 | </table> |