1
0

clob.xml 280 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <database>
  3. <table>
  4. <name>*dbprefix*external_config</name>
  5. <declaration>
  6. <field>
  7. <name>value</name>
  8. <type>text</type>
  9. <notnull>true</notnull>
  10. <length>100000</length>
  11. </field>
  12. </declaration>
  13. </table>
  14. </database>