mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 08:26:15 +00:00
Ajust key and value length for ocsms_config table
This commit is contained in:
parent
1bd067323b
commit
47a6a86a95
@ -117,13 +117,13 @@
|
|||||||
<name>key</name>
|
<name>key</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>25555</length>
|
<length>255</length>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>value</name>
|
<name>value</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>false</notnull>
|
<notnull>false</notnull>
|
||||||
<length>25555</length>
|
<length>10240</length>
|
||||||
</field>
|
</field>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user