Wiki source code of XWiki Dates (xwikidates)
Version 6.4 by Vincent Massol on 2017/09/04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | This table contains the data of date properties in XWiki objects. | ||
2 | |||
3 | |=(% colspan='8'%)xwikidates(%%) | ||
4 | |= |=Column Name |=Datatype |=Not null |=auto inc |=flags |=Default value |=Comments | ||
5 | |[[image:DatabaseSchema@db_key.gif]]|XWS_ID |INTEGER |[[image:DatabaseSchema@db_check.gif]] | | |0 | | ||
6 | |[[image:DatabaseSchema@db_key.gif]]|XWS_NAME|VARCHAR(255) |[[image:DatabaseSchema@db_check.gif]] | | | | | ||
7 | |[[image:DatabaseSchema@db_field.gif]]|XWS_VALUE |DATETIME | | | |0000-00-00 00:00 | | ||
8 | |||
9 | The field name prefix in this table is wrong. It should be corrected in ##xwiki.hbm.xml##. |