diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 22:13:01 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 22:13:01 +0100 |
commit | 68986f52725536a6cb64e0c0310614c90e1945b6 (patch) | |
tree | 4b1245ff644233fcb0dd9e2d0ab9b84e46de14d2 /db_structure.xml | |
parent | 2714a22ba855ae96c8d282d3b6cfcd5d281bea66 (diff) | |
download | nextcloud-server-68986f52725536a6cb64e0c0310614c90e1945b6.tar.gz nextcloud-server-68986f52725536a6cb64e0c0310614c90e1945b6.zip |
db-doc: privatedata description
Diffstat (limited to 'db_structure.xml')
-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 aa5c1340092..7de0f9234ba 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1194,7 +1194,11 @@ </table> <table> - + <!-- + Namespaced Key-Value Store for arbitrary data. + - Keys are namespaced per userid and appid. + - E.g. (admin, files, foo) -> bar + --> <name>*dbprefix*privatedata</name> <declaration> @@ -1209,6 +1213,7 @@ <autoincrement>1</autoincrement> </field> + <!-- Foreign Key users::uid --> <field> <name>user</name> <type>text</type> |