aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/schemDiffData/clob.xml
blob: 08aef18c31d9b77e48c0bad591161f97a713b71f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>