summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/schemDiffData/clob.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/DB/schemDiffData/clob.xml')
-rw-r--r--tests/lib/DB/schemDiffData/clob.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/lib/DB/schemDiffData/clob.xml b/tests/lib/DB/schemDiffData/clob.xml
new file mode 100644
index 00000000000..08aef18c31d
--- /dev/null
+++ b/tests/lib/DB/schemDiffData/clob.xml
@@ -0,0 +1,14 @@
+<?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>