15 lines
280 B
XML
15 lines
280 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<database>
|
||
|
<table>
|
||
|
<name>*dbprefix*external_config</name>
|
||
|
<declaration>
|
||
|
<field>
|
||
|
<name>value</name>
|
||
|
<type>text</type>
|
||
|
<notnull>true</notnull>
|
||
|
<length>100000</length>
|
||
|
</field>
|
||
|
</declaration>
|
||
|
</table>
|
||
|
</database>
|