diff options
-rw-r--r-- | db_structure.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index 34ea742f427..18ec7d4236a 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -659,11 +659,16 @@ </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> <declaration> + <!-- Foreign Key users::uid --> <field> <name>userid</name> <type>text</type> |