diff --git a/db_structure.xml b/db_structure.xml index d9b58f22ec..00866b6eba 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1,650 +1,646 @@ - *dbname* - true - false - - utf8 - - - - *dbprefix*appconfig - - - - - appid - text - - true - 255 - - - - configkey - text - - true - 255 - - - - configvalue - clob - true - - - - - - -
- - - - *dbprefix*fscache - - - - - id - 1 - integer - 0 - true - 4 - - - - path - text - - true - 512 - - - - path_hash - text - - true - 32 - - - - parent - integer - 0 - true - 8 - - - - name - text - - true - 300 - - - - user - text - - true - 64 - - - - size - integer - 0 - true - 8 - - - - ctime - integer - 0 - true - 8 - - - - mtime - integer - 0 - true - 8 - - - - mimetype - text - - true - 96 - - - - mimepart - text - - true - 32 - - - - encrypted - integer - 0 - true - 1 - - - - versioned - integer - 0 - true - 1 - - - - writable - integer - 0 - true - 1 - - - - fscache_path_hash_index - - path_hash - ascending - - - - - parent_index - - parent - ascending - - - - - name_index - - name - ascending - - - - - parent_name_index - - parent - ascending - - - name - ascending - - - - - -
- - - - *dbprefix*group_user - - - - - gid - text - - true - 64 - - - - uid - text - - true - 64 - - - - -
- - - - *dbprefix*group_admin - - - - - gid - text - - true - 64 - - - - uid - text - - true - 64 - - - - -
- - - - *dbprefix*groups - - - - - gid - text - - true - 64 - - - - groups_pKey - true - - gid - ascending - - - - - -
- - - - *dbprefix*locks - - - - - id - integer - 0 - true - 1 - true - 4 - - - - userid - text - - false - 200 - - - - owner - text - - false - 100 - - - - timeout - integer - false - true - 4 - - - - created - integer - false - 8 - - - - token - text - - false - 100 - - - - scope - integer - false - 1 - - - - depth - integer - false - 1 - - - - uri - clob - false - - - - -
- - - - *dbprefix*preferences - - - - - userid - text - - true - 255 - - - - appid - text - - true - 255 - - - - configkey - text - - true - 255 - - - - configvalue - clob - false - - - - -
- - - - *dbprefix*properties - - - - - userid - text - - true - 200 - - - - propertypath - text - - true - 255 - - - - propertyname - text - - true - 255 - - - - propertyvalue - text - true - 255 - - - - -
- - - - *dbprefix*share - - - - - id - 1 - integer - 0 - true - 4 - - - - share_type - integer - 0 - true - 1 - - - - share_with - text - - false - 255 - - - - uid_owner - text - - true - 255 - - - - parent - integer - false - 4 - - - - item_type - text - - true - 64 - - - - item_source - text - - false - 255 - - - - item_target - text - - false - 255 - - - - file_source - integer - false - 4 - - - - file_target - text - - false - 512 - - - - permissions - integer - 0 - true - 1 - - - - stime - integer - 0 - true - 8 - - - - accepted - integer - 0 - true - 1 - - - - expiration - timestamp - - false - - - - -
- - - - *dbprefix*queuedtasks - - - - - id - integer - 0 - true - 1 - true - 4 - - - - app - text - - true - 255 - - - - klass - text - - true - 255 - - - - method - text - - true - 255 - - - - parameters - text - true - 255 - - - - - - -
- - - - *dbprefix*users - - - - - uid - text - - true - 64 - - - - password - text - - true - 255 - - - - users_pKey - true - - uid - ascending - - - - - -
+ *dbname* + true + false + + utf8 + + + + *dbprefix*appconfig + + + + + appid + text + + true + 255 + + + + configkey + text + + true + 255 + + + + configvalue + clob + true + + + + +
+ + + + *dbprefix*fscache + + + + + id + 1 + integer + 0 + true + 4 + + + + path + text + + true + 512 + + + + path_hash + text + + true + 32 + + + + parent + integer + 0 + true + 8 + + + + name + text + + true + 300 + + + + user + text + + true + 64 + + + + size + integer + 0 + true + 8 + + + + ctime + integer + 0 + true + 8 + + + + mtime + integer + 0 + true + 8 + + + + mimetype + text + + true + 96 + + + + mimepart + text + + true + 32 + + + + encrypted + integer + 0 + true + 1 + + + + versioned + integer + 0 + true + 1 + + + + writable + integer + 0 + true + 1 + + + + fscache_path_hash_index + + path_hash + ascending + + + + + parent_index + + parent + ascending + + + + + name_index + + name + ascending + + + + + parent_name_index + + parent + ascending + + + name + ascending + + + + + +
+ + + + *dbprefix*group_user + + + + + gid + text + + true + 64 + + + + uid + text + + true + 64 + + + + +
+ + + + *dbprefix*group_admin + + + + + gid + text + + true + 64 + + + + uid + text + + true + 64 + + + + +
+ + + + *dbprefix*groups + + + + + gid + text + + true + 64 + + + + groups_pKey + true + + gid + ascending + + + + + +
+ + + + *dbprefix*locks + + + + + id + integer + 0 + true + 1 + true + 4 + + + + userid + text + + false + 200 + + + + owner + text + + false + 100 + + + + timeout + integer + false + true + 4 + + + + created + integer + false + 8 + + + + token + text + + false + 100 + + + + scope + integer + false + 1 + + + + depth + integer + false + 1 + + + + uri + clob + false + + + + +
+ + + + *dbprefix*preferences + + + + + userid + text + + true + 255 + + + + appid + text + + true + 255 + + + + configkey + text + + true + 255 + + + + configvalue + clob + false + + + + +
+ + + + *dbprefix*properties + + + + + userid + text + + true + 200 + + + + propertypath + text + + true + 255 + + + + propertyname + text + + true + 255 + + + + propertyvalue + text + true + 255 + + + + +
+ + + + *dbprefix*share + + + + + id + 1 + integer + 0 + true + 4 + + + + share_type + integer + 0 + true + 1 + + + + share_with + text + + false + 255 + + + + uid_owner + text + + true + 255 + + + + parent + integer + false + 4 + + + + item_type + text + + true + 64 + + + + item_source + text + + false + 255 + + + + item_target + text + + false + 255 + + + + file_source + integer + false + 4 + + + + file_target + text + + false + 512 + + + + permissions + integer + 0 + true + 1 + + + + stime + integer + 0 + true + 8 + + + + accepted + integer + 0 + true + 1 + + + + expiration + timestamp + + false + + + + +
+ + + + *dbprefix*queuedtasks + + + + + id + integer + 0 + true + 1 + true + 4 + + + + app + text + + true + 255 + + + + klass + text + + true + 255 + + + + method + text + + true + 255 + + + + parameters + text + true + 255 + + + + +
+ + + + *dbprefix*users + + + + + uid + text + + true + 64 + + + + password + text + + true + 255 + + + + users_pKey + true + + uid + ascending + + + + + +