Wiki source code of XWIKi Attachment Content (xwikiattachment_content)
Version 5.2 by Manuel Smeria on 2012/12/18
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.1 | 1 | {{html clean="false" wiki="true"}} |
![]() |
1.1 | 2 | |
3 | <style> | ||
4 | td, th {border-bottom:1px solid #666} | ||
5 | table.dbtable{border:1px solid #666;border-bottom:0px} | ||
6 | th {background-color:#EFEFEF} | ||
7 | .db0{width:1%;border-right:1px solid #666;} | ||
8 | .db1{width:25%;border-right:1px solid #666} | ||
9 | .db2{width:10%;border-right:1px solid #666} | ||
10 | .db3{width:7%;border-right:1px solid #666} | ||
11 | .db4{width:7%;border-right:1px solid #666} | ||
12 | .db5{width:10%;border-right:1px solid #666} | ||
13 | .db6{width:20%;border-right:1px solid #666} | ||
14 | .db7{width:20%} | ||
15 | .dbhead{background-color:#CCC;font-weight:bold} | ||
16 | </style> | ||
17 | |||
![]() |
5.2 | 18 | This table stores the attachment content: |
![]() |
5.1 | 19 | <p/> |
![]() |
1.1 | 20 | <table border="0" width="100%" class="dbtable" cellpadding="3" cellspacing="0"> |
21 | <tr> | ||
22 | <td colspan="8" class="dbhead">xwikiattachment_content</td> | ||
23 | </tr> | ||
24 | <tr> | ||
25 | <th class="db0"> </th> | ||
26 | <th class="db1">Column Name</th> | ||
27 | <th class="db2">Datatype</th> | ||
28 | <th class="db3">Not null</th> | ||
29 | <th class="db4">auto inc</th> | ||
30 | <th class="db5">flags</th> | ||
31 | <th class="db6">Default Value</th> | ||
32 | <th class="db7">Comments</th> | ||
33 | </tr> | ||
34 | <tr> | ||
![]() |
5.1 | 35 | <td class="db0">[[image:DevGuide.DatabaseSchema@db_key.gif||height="16" width="16"]]</td> |
![]() |
1.1 | 36 | <td class="db1">XWA_ID</td> |
37 | <td class="db2">BIGINT(20)</td> | ||
![]() |
5.1 | 38 | <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td> |
![]() |
1.1 | 39 | <td class="db4"> </td> |
40 | <td class="db5"> </td> | ||
41 | <td class="db6">0</td> | ||
42 | <td class="db7"> </td> | ||
43 | </tr> | ||
44 | <tr> | ||
![]() |
5.1 | 45 | <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td> |
![]() |
1.1 | 46 | <td class="db1">XWA_CONTENT</td> |
![]() |
4.1 | 47 | <td class="db2">LONGBLOB</td> |
![]() |
5.1 | 48 | <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td> |
![]() |
1.1 | 49 | <td class="db4"> </td> |
50 | <td class="db5"> </td> | ||
![]() |
2.1 | 51 | <td class="db6"> </td> |
![]() |
1.1 | 52 | <td class="db7"> </td> |
53 | </tr> | ||
54 | </table> | ||
![]() |
5.1 | 55 | {{/html}} |