add group_admin table
This commit is contained in:
parent
c067930856
commit
acb196e17f
1 changed files with 26 additions and 0 deletions
|
@ -233,6 +233,32 @@
|
|||
|
||||
</table>
|
||||
|
||||
<table>
|
||||
|
||||
<name>*dbprefix*group_admin</name>
|
||||
|
||||
<declaration>
|
||||
|
||||
<field>
|
||||
<name>gid</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<name>uid</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
</declaration>
|
||||
|
||||
</table>
|
||||
|
||||
<table>
|
||||
|
||||
<name>*dbprefix*groups</name>
|
||||
|
|
Loading…
Reference in a new issue