瀏覽代碼

db-doc: group_user description

tags/v6.0.0RC1
Andreas Fischer 10 年之前
父節點
當前提交
46e32b08c0
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. 7
    1
      db_structure.xml

+ 7
- 1
db_structure.xml 查看文件

@@ -446,11 +446,16 @@
</table>

<table>

<!--
Stores which groups have which users as members in an n:m relationship.
- Maps group id (gid) to a set of users (uid)
- Maps user id (uid) to a set of groups (gid) (but without index)
-->
<name>*dbprefix*group_user</name>

<declaration>

<!-- Foreign Key groups::gid -->
<field>
<name>gid</name>
<type>text</type>
@@ -459,6 +464,7 @@
<length>64</length>
</field>

<!-- Foreign Key users::uid -->
<field>
<name>uid</name>
<type>text</type>

Loading…
取消
儲存