db-doc: preferences description
This commit is contained in:
parent
5450d166b0
commit
035199acab
|
@ -659,11 +659,16 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
<!--
|
||||||
|
Namespaced Key-Value Store for User Preferences
|
||||||
|
- Keys are namespaced per userid and appid.
|
||||||
|
- E.g. (admin, files, cache_version) -> 5
|
||||||
|
-->
|
||||||
<name>*dbprefix*preferences</name>
|
<name>*dbprefix*preferences</name>
|
||||||
|
|
||||||
<declaration>
|
<declaration>
|
||||||
|
|
||||||
|
<!-- Foreign Key users::uid -->
|
||||||
<field>
|
<field>
|
||||||
<name>userid</name>
|
<name>userid</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
|
|
Loading…
Reference in New Issue