Last modified by Vincent Massol on 2023/04/19

<
From version < 7.2 >
edited by Manuel Smeria
on 2012/12/18
To version < 7.3 >
edited by Manuel Smeria
on 2012/12/18
>
Change comment: converted to xwiki syntax from html

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -XWIKi Attachment (xwikiattachment)
1 +XWiki Attachment (xwikiattachment)
Content
... ... @@ -1,113 +1,11 @@
1 -{{html clean="false" wiki="true"}}
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 -This table contains attachment information (not including the content and versions).
17 -<p/>
18 -<table border="0" width="100%" class="dbtable" cellpadding="3" cellspacing="0">
19 -<tr>
20 - <td colspan="8" class="dbhead">xwikiattachment</td>
21 -</tr>
22 -<tr>
23 - <th class="db0">&nbsp;</th>
24 - <th class="db1">Column Name</th>
25 - <th class="db2">Datatype</th>
26 - <th class="db3">Not null</th>
27 - <th class="db4">auto inc</th>
28 - <th class="db5">flags</th>
29 - <th class="db6">Default Value</th>
30 - <th class="db7">Comments</th>
31 -</tr>
32 -<tr>
33 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_key.gif||height="16" width="16"]]</td>
34 - <td class="db1">XWA_ID</td>
35 - <td class="db2">BIG_INT(20)</td>
36 - <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
37 - <td class="db4">&nbsp;</td>
38 - <td class="db5">&nbsp;</td>
39 - <td class="db6">0</td>
40 - <td class="db7">&nbsp;</td>
41 -</tr>
42 -<tr>
43 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
44 - <td class="db1">XWA_DOC_ID</td>
45 - <td class="db2">BIG_INT(20)</td>
46 - <td class="db3">&nbsp;</td>
47 - <td class="db4">&nbsp;</td>
48 - <td class="db5">&nbsp;</td>
49 - <td class="db6">null</td>
50 - <td class="db7">&nbsp;</td>
51 -</tr>
52 -<tr>
53 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
54 - <td class="db1">XWA_FILENAME</td>
55 - <td class="db2">VARCHAR(255)</td>
56 - <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
57 - <td class="db4">&nbsp;</td>
58 - <td class="db5">&nbsp;</td>
59 - <td class="db6">&nbsp;</td>
60 - <td class="db7">&nbsp;</td>
61 -</tr>
62 -<tr>
63 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
64 - <td class="db1">XWA_SIZE</td>
65 - <td class="db2">INTEGER</td>
66 - <td class="db3">&nbsp;</td>
67 - <td class="db4">&nbsp;</td>
68 - <td class="db5">&nbsp;</td>
69 - <td class="db6">null</td>
70 - <td class="db7">&nbsp;</td>
71 -</tr>
72 -<tr>
73 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
74 - <td class="db1">XWA_DATE</td>
75 - <td class="db2">DATETIME</td>
76 - <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
77 - <td class="db4">&nbsp;</td>
78 - <td class="db5">&nbsp;</td>
79 - <td class="db6">0000-00-00 00:00:00</td>
80 - <td class="db7">&nbsp;</td>
81 -</tr>
82 -<tr>
83 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
84 - <td class="db1">XWA_AUTHOR</td>
85 - <td class="db2">VARCHAR(255)</td>
86 - <td class="db3">&nbsp;</td>
87 - <td class="db4">&nbsp;</td>
88 - <td class="db5">&nbsp;</td>
89 - <td class="db6">null</td>
90 - <td class="db7">&nbsp;</td>
91 -</tr>
92 -<tr>
93 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
94 - <td class="db1">XWA_VERSION</td>
95 - <td class="db2">VARCHAR(255)</td>
96 - <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
97 - <td class="db4">&nbsp;</td>
98 - <td class="db5">&nbsp;</td>
99 - <td class="db6">&nbsp;</td>
100 - <td class="db7">&nbsp;</td>
101 -</tr>
102 -<tr>
103 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
104 - <td class="db1">XWA_COMMENT</td>
105 - <td class="db2">VARCHAR(255)</td>
106 - <td class="db3">&nbsp;</td>
107 - <td class="db4">&nbsp;</td>
108 - <td class="db5">&nbsp;</td>
109 - <td class="db6">null</td>
110 - <td class="db7">&nbsp;</td>
111 -</tr>
112 -</table>
113 -{{/html}}
1 +This table contains attachment information (not including the content and versions):
2 +
3 +|=|=Column Name|=Datatype|=Not null|=auto inc|=flags|=Default Value|=Comments
4 +|[[image:db_key.gif]]|XWA_ID|BIG_INT(20)|[[image:db_check.gif]]|| |0|
5 +|[[image:db_field.gif]]|XWA_DOC_ID|BIG_INT(20)| || |null|
6 +|[[image:db_field.gif]]|XWA_FILENAME|VARCHAR(255)|[[image:db_check.gif]]|| | |
7 +|[[image:db_field.gif]]|XWA_SIZE|INTEGER| || |null|
8 +|[[image:db_field.gif]]|XWA_DATE|DATETIME|[[image:db_check.gif]]|| |0000-00-00 00:00:00|
9 +|[[image:db_field.gif]]|XWA_AUTHOR|VARCHAR(255)| || |null|
10 +|[[image:db_field.gif]]|XWA_VERSION|VARCHAR(255)|[[image:db_check.gif]]| || |
11 +|[[image:db_field.gif]]|XWA_COMMENT|VARCHAR(255)| | ||null|

Get Connected