summaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/db_structure.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml
index 371da944832..b155114f2ed 100644
--- a/tests/data/db_structure.xml
+++ b/tests/data/db_structure.xml
@@ -293,4 +293,19 @@
</table>
+ <table>
+
+ <name>*dbprefix*text_table</name>
+ <declaration>
+
+ <field>
+ <name>textfield</name>
+ <type>text</type>
+ <notnull>false</notnull>
+ <length>255</length>
+ </field>
+
+ </declaration>
+ </table>
+
</database>