Wiki source code of XWiki Attachment (xwikiattachment)
Version 16.1 by Thomas Mortagne on 2018/12/17
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | |(%class="fa fa-key"%)((()))|XWA_ID|BIG_INT(20)|(%class="fa fa-check"%)((()))|| |0| | ||
5 | ||XWA_DOC_ID|BIG_INT(20)| || |null| | ||
6 | ||XWA_FILENAME|VARCHAR(255)|(%class="fa fa-check"%)((()))|| | | | ||
7 | ||XWA_SIZE|INTEGER| || |null| Deprecated since 9.0RC1, use XWA_LONGSIZE instead | ||
8 | ||XWA_LONGSIZE|LONG| || |null| | ||
9 | ||XWA_DATE|DATETIME|(%class="fa fa-check"%)((()))|| |0000-00-00 00:00:00| | ||
10 | ||XWA_AUTHOR|VARCHAR(255)| || |null| | ||
11 | ||XWA_VERSION|VARCHAR(255)|(%class="fa fa-check"%)((()))| || | | ||
12 | ||XWA_COMMENT|VARCHAR(1023)| | ||null| | ||
13 | ||XWA_MIMETYPE|VARCHAR(255)||| | |Since 7.1M1 | ||
14 | ||XWA_CHARSET|VARCHAR(40)||| | |Since 10.11RC1 |