You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/tests/lib/DB/schemDiffData/clob.xml

14 lines
280 B

<?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>