Add invite to DB
This commit is contained in:
parent
6d33c54c6c
commit
fca0cea3ef
@ -156,5 +156,40 @@
|
|||||||
</index>
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
<table>
|
||||||
|
<name>*dbprefix*office_invite</name>
|
||||||
|
<declaration>
|
||||||
|
<field>
|
||||||
|
<name>es_id</name>
|
||||||
|
<type>text</type>
|
||||||
|
<notnull>true</notnull>
|
||||||
|
<length>64</length>
|
||||||
|
<comments>Related editing session id</comments>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>uid</name>
|
||||||
|
<type>text</type>
|
||||||
|
<default></default>
|
||||||
|
<length>64</length>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>status</name>
|
||||||
|
<type>integer</type>
|
||||||
|
<default>0</default>
|
||||||
|
<length>2</length>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sent_on</name>
|
||||||
|
<type>integer</type>
|
||||||
|
<default></default>
|
||||||
|
<notnull>true</notnull>
|
||||||
|
<unsigned>true</unsigned>
|
||||||
|
<length>4</length>
|
||||||
|
</field>
|
||||||
|
|
||||||
|
</declaration>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</database>
|
</database>
|
@ -1 +1 @@
|
|||||||
0.5
|
0.5.1
|
Loading…
x
Reference in New Issue
Block a user