mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-12 10:26:31 +00:00
Prepare conversation scheme
This commit is contained in:
parent
b8395f37d3
commit
7bd0ea3af3
@ -169,6 +169,32 @@
|
|||||||
</index>
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
<table>
|
||||||
|
<name>*dbprefix*ocsms_conversations</name>
|
||||||
|
<declaration>
|
||||||
|
<field>
|
||||||
|
<name>id</name>
|
||||||
|
<type>text</type>
|
||||||
|
<notnull>true</notnull>
|
||||||
|
<length>64</length>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sms_address</name>
|
||||||
|
<type>text</type>
|
||||||
|
<notnull>true</notnull>
|
||||||
|
<length>512</length>
|
||||||
|
</field>
|
||||||
|
<index>
|
||||||
|
<name>smsdata_conversations_id_address</name>
|
||||||
|
<field>
|
||||||
|
<name>id</name>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sms_address</name>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
|
</declaration>
|
||||||
|
</table>
|
||||||
<table>
|
<table>
|
||||||
<name>*dbprefix*ocsms_sendmessage_queue</name>
|
<name>*dbprefix*ocsms_sendmessage_queue</name>
|
||||||
<declaration>
|
<declaration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user