Browse Source

db-doc: permissions description

tags/v6.0.0RC1
Andreas Fischer 10 years ago
parent
commit
d083108e72
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      db_structure.xml

+ 6
- 1
db_structure.xml View File

</table> </table>


<table> <table>

<!--
Maps (fileid, user) to an integer which is a permission bitfield.
- E.g. (4, admin) -> 27
-->
<name>*dbprefix*permissions</name> <name>*dbprefix*permissions</name>


<declaration> <declaration>


<!-- Foreign Key *dbprefix*filecache::fileid -->
<field> <field>
<name>fileid</name> <name>fileid</name>
<type>integer</type> <type>integer</type>
<length>4</length> <length>4</length>
</field> </field>


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

Loading…
Cancel
Save